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