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