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