GroupId | GroupIdcom.shipdream |
---|---|
ArtifactId | ArtifactIdpoke |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
poke-1.0.2.pom | |
poke-1.0.2.jar | 29 KB |
poke-1.0.2-sources.jar | 26 KB |
poke-1.0.2-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shipdream/poke/ -->
<dependency>
<groupId>com.shipdream</groupId>
<artifactId>poke</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.shipdream/poke/
implementation 'com.shipdream:poke:1.0.2'
// https://jarcasting.com/artifacts/com.shipdream/poke/
implementation ("com.shipdream:poke:1.0.2")
'com.shipdream:poke:jar:1.0.2'
<dependency org="com.shipdream" name="poke" rev="1.0.2">
<artifact name="poke" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shipdream', module='poke', version='1.0.2')
)
libraryDependencies += "com.shipdream" % "poke" % "1.0.2"
[com.shipdream/poke "1.0.2"]