| License |
License |
|---|---|
| GroupId | GroupIdcom.zulily.dropship |
| ArtifactId | ArtifactIddropship-agent |
| Version | Version0.1 |
| Type | Typejar |
| Description |
DescriptionDropship Agent Library
Library to aid in the development of Dropship friendly agents
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationzulily, Inc. |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dropship-agent-0.1.pom | |
| dropship-agent-0.1.jar | 7 KB |
| dropship-agent-0.1-sources.jar | 4 KB |
| dropship-agent-0.1-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zulily.dropship/dropship-agent/ -->
<dependency>
<groupId>com.zulily.dropship</groupId>
<artifactId>dropship-agent</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zulily.dropship/dropship-agent/
implementation 'com.zulily.dropship:dropship-agent:0.1'
// https://jarcasting.com/artifacts/com.zulily.dropship/dropship-agent/
implementation ("com.zulily.dropship:dropship-agent:0.1")
'com.zulily.dropship:dropship-agent:jar:0.1'
<dependency org="com.zulily.dropship" name="dropship-agent" rev="0.1">
<artifact name="dropship-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zulily.dropship', module='dropship-agent', version='0.1')
)
libraryDependencies += "com.zulily.dropship" % "dropship-agent" % "0.1"
[com.zulily.dropship/dropship-agent "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.javassist : javassist | jar | 3.18.1-GA |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easytesting : fest-assert | jar | 1.4 |