GroupId | GroupIdio.github.aritzhack |
---|---|
ArtifactId | ArtifactIdaritzh-core |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
aritzh-core-3.2.0.pom | |
aritzh-core-3.2.0.jar | 46 KB |
aritzh-core-3.2.0-sources.jar | 27 KB |
aritzh-core-3.2.0-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.aritzhack/aritzh-core/ -->
<dependency>
<groupId>io.github.aritzhack</groupId>
<artifactId>aritzh-core</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.aritzhack/aritzh-core/
implementation 'io.github.aritzhack:aritzh-core:3.2.0'
// https://jarcasting.com/artifacts/io.github.aritzhack/aritzh-core/
implementation ("io.github.aritzhack:aritzh-core:3.2.0")
'io.github.aritzhack:aritzh-core:jar:3.2.0'
<dependency org="io.github.aritzhack" name="aritzh-core" rev="3.2.0">
<artifact name="aritzh-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.aritzhack', module='aritzh-core', version='3.2.0')
)
libraryDependencies += "io.github.aritzhack" % "aritzh-core" % "3.2.0"
[io.github.aritzhack/aritzh-core "3.2.0"]