GroupId | GroupIdcom.github.igor-suhorukov |
---|---|
ArtifactId | ArtifactIddropship |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
dropship-1.8.pom | |
dropship-1.8.jar | 718 KB |
dropship-1.8-sources.jar | 9 KB |
dropship-1.8-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.igor-suhorukov/dropship/ -->
<dependency>
<groupId>com.github.igor-suhorukov</groupId>
<artifactId>dropship</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.igor-suhorukov/dropship/
implementation 'com.github.igor-suhorukov:dropship:1.8'
// https://jarcasting.com/artifacts/com.github.igor-suhorukov/dropship/
implementation ("com.github.igor-suhorukov:dropship:1.8")
'com.github.igor-suhorukov:dropship:jar:1.8'
<dependency org="com.github.igor-suhorukov" name="dropship" rev="1.8">
<artifact name="dropship" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.igor-suhorukov', module='dropship', version='1.8')
)
libraryDependencies += "com.github.igor-suhorukov" % "dropship" % "1.8"
[com.github.igor-suhorukov/dropship "1.8"]