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