| License |
License |
|---|---|
| GroupId | GroupIdch.inftec.test |
| ArtifactId | ArtifactIdhello-world |
| Last Version | Last Version0.0.1-11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHello World
Hello World App
|
<!-- https://jarcasting.com/artifacts/ch.inftec.test/hello-world/ -->
<dependency>
<groupId>ch.inftec.test</groupId>
<artifactId>hello-world</artifactId>
<version>0.0.1-11</version>
</dependency>
// https://jarcasting.com/artifacts/ch.inftec.test/hello-world/
implementation 'ch.inftec.test:hello-world:0.0.1-11'
// https://jarcasting.com/artifacts/ch.inftec.test/hello-world/
implementation ("ch.inftec.test:hello-world:0.0.1-11")
'ch.inftec.test:hello-world:jar:0.0.1-11'
<dependency org="ch.inftec.test" name="hello-world" rev="0.0.1-11">
<artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.inftec.test', module='hello-world', version='0.0.1-11')
)
libraryDependencies += "ch.inftec.test" % "hello-world" % "0.0.1-11"
[ch.inftec.test/hello-world "0.0.1-11"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |