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