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