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