| 组织ID: |
com.hubspot |
| 项目ID: |
SingularityS3Downloader |
| 版本: |
0.20.1 |
| 最后修改时间: |
2019-12-02 02:07:21 |
| 包类型: |
jar |
| 大小: |
23.43KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>SingularityS3Downloader</artifactId>
<version>0.20.1</version>
</dependency>
|
| Gradle引入代码: |
com.hubspot:SingularityS3Downloader:0.20.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.1</version>
</parent>
<artifactId>SingularityS3Downloader</artifactId>
<properties>
<basepom.shaded.main-class>com.hubspot.singularity.s3downloader.SingularityS3DownloaderRunner</basepom.shaded.main-class>
</properties>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>SingularityBase</artifactId>
</dependency>
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>SingularityRunnerBase</artifactId>
</dependency>
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>SingularityS3Base</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-continuation</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
<!-- Local Variables: -->
<!-- mode: nxml -->
<!-- nxml-child-indent: 2 -->
<!-- End: -->
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.hubspot.singularity.s3downloader.config.ArtifactManagerProvider.class
com.hubspot.singularity.s3downloader.config.SingularityS3DownloaderConfiguration.class
com.hubspot.singularity.s3downloader.config.SingularityS3DownloaderModule.class
com.hubspot.singularity.s3downloader.SingularityS3DownloaderMetrics$1.class
com.hubspot.singularity.s3downloader.SingularityS3DownloaderRunner.class
com.hubspot.singularity.s3downloader.SingularityS3DownloaderMetrics.class
com.hubspot.singularity.s3downloader.server.SingularityS3DownloaderCoordinator.class
com.hubspot.singularity.s3downloader.server.DownloadListener.class
com.hubspot.singularity.s3downloader.server.SingularityS3DownloaderCoordinator$DownloadJoiner.class
com.hubspot.singularity.s3downloader.server.SingularityS3DownloaderCoordinator$1.class
com.hubspot.singularity.s3downloader.server.SingularityS3DownloaderServer.class
com.hubspot.singularity.s3downloader.server.SingularityS3DownloaderHandler.class
com.hubspot.singularity.s3downloader.server.SingularityS3DownloaderAsyncHandler.class
com.hubspot.singularity.s3downloader.server.SingularityS3DownloaderCoordinator$DownloadJoiner$1.class
META-INF/maven/com.hubspot/SingularityS3Downloader/pom.xml
META-INF/maven/com.hubspot/SingularityS3Downloader/pom.properties
|
| 依赖Jar: |
|