Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdde.quantummaid.httpmaid.examples |
ArtifactId | ArtifactIdhello-world |
Version | Version0.9.15 |
Type | Typejar |
Filename | Size |
---|---|
hello-world-0.9.15.pom | |
hello-world-0.9.15.jar | 7 KB |
hello-world-0.9.15-sources.jar | 6 KB |
hello-world-0.9.15-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.examples/hello-world/ -->
<dependency>
<groupId>de.quantummaid.httpmaid.examples</groupId>
<artifactId>hello-world</artifactId>
<version>0.9.15</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.examples/hello-world/
implementation 'de.quantummaid.httpmaid.examples:hello-world:0.9.15'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.examples/hello-world/
implementation ("de.quantummaid.httpmaid.examples:hello-world:0.9.15")
'de.quantummaid.httpmaid.examples:hello-world:jar:0.9.15'
<dependency org="de.quantummaid.httpmaid.examples" name="hello-world" rev="0.9.15">
<artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.examples', module='hello-world', version='0.9.15')
)
libraryDependencies += "de.quantummaid.httpmaid.examples" % "hello-world" % "0.9.15"
[de.quantummaid.httpmaid.examples/hello-world "0.9.15"]