| 组织ID: |
org.tachyonproject |
| 项目ID: |
tachyon-underfs-glusterfs |
| 版本: |
0.7.0 |
| 最后修改时间: |
2019-10-29 08:52:03 |
| 包类型: |
jar |
| 标题: |
Tachyon Under File System - Gluster FS |
| 描述: |
Tachyon Under File System implementation which adds Gluster FS as a Under File System |
| 大小: |
4.64KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs-glusterfs</artifactId>
<version>0.7.0</version>
</dependency>
|
| Gradle引入代码: |
org.tachyonproject:tachyon-underfs-glusterfs:0.7.0
|
| 下载Jar包: |
|
| POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs</artifactId>
<version>0.7.0</version>
</parent>
<artifactId>tachyon-underfs-glusterfs</artifactId>
<name>Tachyon Under File System - Gluster FS</name>
<description>Tachyon Under File System implementation which adds Gluster FS as a Under File System</description>
<properties>
<license.header.path>${project.parent.parent.basedir}/build/license/</license.header.path>
<checkstyle.path>${project.parent.parent.basedir}/build/checkstyle/</checkstyle.path>
<findbugs.path>${project.parent.parent.basedir}/build/findbugs/</findbugs.path>
</properties>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs-hdfs</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/tachyon.underfs.UnderFileSystemFactory
tachyon.underfs.glusterfs.GlusterFSUnderFileSystem.class
tachyon.underfs.glusterfs.GlusterFSUnderFileSystemFactory.class
META-INF/maven/org.tachyonproject/tachyon-underfs-glusterfs/pom.xml
META-INF/maven/org.tachyonproject/tachyon-underfs-glusterfs/pom.properties
|
| 依赖Jar: |
tachyon-common-${project.version}.jar
/org.tachyonproject/tachyon-common/${project.version}
查看tachyon-common所有版本文件
tachyon-underfs-hdfs-${project.version}.jar
/org.tachyonproject/tachyon-underfs-hdfs/${project.version}
查看tachyon-underfs-hdfs所有版本文件
|