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