| GroupId | GroupIdch.inftec.test |
|---|---|
| ArtifactId | ArtifactIdhello-world |
| Version | Version0.0.1-9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hello-world-0.0.1-9.pom | |
| hello-world-0.0.1-9.jar | 3 KB |
| hello-world-0.0.1-9-tests.jar | 3 KB |
| hello-world-0.0.1-9-test-sources.jar | 1 KB |
| hello-world-0.0.1-9-sources.jar | 1 KB |
| hello-world-0.0.1-9-javadoc.jar | 34 KB |
| Browse |
<!-- 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"]