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