| 组织ID: |
org.tachyonproject |
| 项目ID: |
tachyon-underfs-s3 |
| 版本: |
0.7.1 |
| 最后修改时间: |
2018-08-06 11:50:20 |
| 包类型: |
jar |
| 标题: |
Tachyon Under File System - S3 |
| 描述: |
S3 Under File System implementation |
| 大小: |
13.41KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs-s3</artifactId>
<version>0.7.1</version>
</dependency>
|
| Gradle引入代码: |
org.tachyonproject:tachyon-underfs-s3:0.7.1
|
| 下载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.1</version>
</parent>
<artifactId>tachyon-underfs-s3</artifactId>
<name>Tachyon Under File System - S3</name>
<description>S3 Under File System implementation</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.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.java.dev.jets3t</groupId>
<artifactId>jets3t</artifactId>
<version>0.8.1</version>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-reflect</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/tachyon.underfs.UnderFileSystemFactory
tachyon.underfs.s3.S3InputStream.class
tachyon.underfs.s3.S3OutputStream.class
tachyon.underfs.s3.S3UnderFileSystem.class
tachyon.underfs.s3.S3UnderFileSystemFactory.class
META-INF/maven/org.tachyonproject/tachyon-underfs-s3/pom.xml
META-INF/maven/org.tachyonproject/tachyon-underfs-s3/pom.properties
|
| 依赖Jar: |
tachyon-common-${project.version}.jar
/org.tachyonproject/tachyon-common/${project.version}
查看tachyon-common所有版本文件
jets3t-0.8.1.jar
/net.java.dev.jets3t/jets3t/0.8.1
查看jets3t所有版本文件
|