Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdde.quantummaid.httpmaid |
ArtifactId | ArtifactIdcore |
Version | Version0.9.122 |
Type | Typejar |
Filename | Size |
---|---|
core-0.9.122.pom | |
core-0.9.122.jar | 428 KB |
core-0.9.122-sources.jar | 312 KB |
core-0.9.122-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid/core/ -->
<dependency>
<groupId>de.quantummaid.httpmaid</groupId>
<artifactId>core</artifactId>
<version>0.9.122</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid/core/
implementation 'de.quantummaid.httpmaid:core:0.9.122'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid/core/
implementation ("de.quantummaid.httpmaid:core:0.9.122")
'de.quantummaid.httpmaid:core:jar:0.9.122'
<dependency org="de.quantummaid.httpmaid" name="core" rev="0.9.122">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid', module='core', version='0.9.122')
)
libraryDependencies += "de.quantummaid.httpmaid" % "core" % "0.9.122"
[de.quantummaid.httpmaid/core "0.9.122"]