GroupId | GroupIdcom.github.shynixn.petblocks |
---|---|
ArtifactId | ArtifactIdpetblocks-api |
Version | Version8.9.0 |
Type | Typejar |
Filename | Size |
---|---|
petblocks-api-8.9.0.pom | |
petblocks-api-8.9.0.jar | 131 KB |
petblocks-api-8.9.0-sources.jar | 2 KB |
petblocks-api-8.9.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shynixn.petblocks/petblocks-api/ -->
<dependency>
<groupId>com.github.shynixn.petblocks</groupId>
<artifactId>petblocks-api</artifactId>
<version>8.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.petblocks/petblocks-api/
implementation 'com.github.shynixn.petblocks:petblocks-api:8.9.0'
// https://jarcasting.com/artifacts/com.github.shynixn.petblocks/petblocks-api/
implementation ("com.github.shynixn.petblocks:petblocks-api:8.9.0")
'com.github.shynixn.petblocks:petblocks-api:jar:8.9.0'
<dependency org="com.github.shynixn.petblocks" name="petblocks-api" rev="8.9.0">
<artifact name="petblocks-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.petblocks', module='petblocks-api', version='8.9.0')
)
libraryDependencies += "com.github.shynixn.petblocks" % "petblocks-api" % "8.9.0"
[com.github.shynixn.petblocks/petblocks-api "8.9.0"]