| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdde.quantummaid.httpmaid |
| ArtifactId | ArtifactIdcore |
| Version | Version0.9.30 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-0.9.30.pom | |
| core-0.9.30.jar | 323 KB |
| core-0.9.30-sources.jar | 233 KB |
| core-0.9.30-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.30</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid/core/
implementation 'de.quantummaid.httpmaid:core:0.9.30'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid/core/
implementation ("de.quantummaid.httpmaid:core:0.9.30")
'de.quantummaid.httpmaid:core:jar:0.9.30'
<dependency org="de.quantummaid.httpmaid" name="core" rev="0.9.30">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid', module='core', version='0.9.30')
)
libraryDependencies += "de.quantummaid.httpmaid" % "core" % "0.9.30"
[de.quantummaid.httpmaid/core "0.9.30"]