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