| License |
License |
|---|---|
| GroupId | GroupIdcom.zulily.dropship |
| ArtifactId | ArtifactIddropship |
| Version | Version1.1 |
| Type | Typejar |
| Description |
DescriptionDropship
A Java application deployer.
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationzulily, Inc. |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dropship-1.1.pom | |
| dropship-1.1.jar | 5 MB |
| dropship-1.1-sources.jar | 24 KB |
| dropship-1.1-javadoc.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zulily.dropship/dropship/ -->
<dependency>
<groupId>com.zulily.dropship</groupId>
<artifactId>dropship</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zulily.dropship/dropship/
implementation 'com.zulily.dropship:dropship:1.1'
// https://jarcasting.com/artifacts/com.zulily.dropship/dropship/
implementation ("com.zulily.dropship:dropship:1.1")
'com.zulily.dropship:dropship:jar:1.1'
<dependency org="com.zulily.dropship" name="dropship" rev="1.1">
<artifact name="dropship" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zulily.dropship', module='dropship', version='1.1')
)
libraryDependencies += "com.zulily.dropship" % "dropship" % "1.1"
[com.zulily.dropship/dropship "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easytesting : fest-assert | jar | 1.4 |