is not current version
Last Version 5.0.1

io.github.aritzhack:aritzh-core 1.1

A application used as an example on how to set up pushing its components to the Central Repository.

GroupId

GroupId

io.github.aritzhack
ArtifactId

ArtifactId

aritzh-core
Version

Version

1.1
Type

Type

jar

Download aritzh-core 1.1


<!-- https://jarcasting.com/artifacts/io.github.aritzhack/aritzh-core/ -->
<dependency>
    <groupId>io.github.aritzhack</groupId>
    <artifactId>aritzh-core</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.aritzhack/aritzh-core/
implementation 'io.github.aritzhack:aritzh-core:1.1'
// https://jarcasting.com/artifacts/io.github.aritzhack/aritzh-core/
implementation ("io.github.aritzhack:aritzh-core:1.1")
'io.github.aritzhack:aritzh-core:jar:1.1'
<dependency org="io.github.aritzhack" name="aritzh-core" rev="1.1">
  <artifact name="aritzh-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.aritzhack', module='aritzh-core', version='1.1')
)
libraryDependencies += "io.github.aritzhack" % "aritzh-core" % "1.1"
[io.github.aritzhack/aritzh-core "1.1"]