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