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