<dependency>
<groupId>com.hubspot</groupId>
<artifactId>SingularityS3Downloader</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='SingularityS3Downloader', version='1.0.0')
)
<parent> <groupId>com.hubspot</groupId> <artifactId>Singularity</artifactId> <version>1.0.0</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.hubspot:SingularityBase
|-- com.hubspot:SingularityRunnerBase
|-- com.hubspot:SingularityS3Base
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-jmx
|-- javax.servlet:javax.servlet-api
|-- javax.validation:validation-api
|-- org.eclipse.jetty:jetty-continuation
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-server
runtime