is not current version
Last Version 0.0.1-11

ch.inftec.test:hello-world 0.0.1-9

Hello World App

GroupId

GroupId

ch.inftec.test
ArtifactId

ArtifactId

hello-world
Version

Version

0.0.1-9
Type

Type

jar

Download hello-world 0.0.1-9


<!-- https://jarcasting.com/artifacts/ch.inftec.test/hello-world/ -->
<dependency>
    <groupId>ch.inftec.test</groupId>
    <artifactId>hello-world</artifactId>
    <version>0.0.1-9</version>
</dependency>
// https://jarcasting.com/artifacts/ch.inftec.test/hello-world/
implementation 'ch.inftec.test:hello-world:0.0.1-9'
// https://jarcasting.com/artifacts/ch.inftec.test/hello-world/
implementation ("ch.inftec.test:hello-world:0.0.1-9")
'ch.inftec.test:hello-world:jar:0.0.1-9'
<dependency org="ch.inftec.test" name="hello-world" rev="0.0.1-9">
  <artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.inftec.test', module='hello-world', version='0.0.1-9')
)
libraryDependencies += "ch.inftec.test" % "hello-world" % "0.0.1-9"
[ch.inftec.test/hello-world "0.0.1-9"]