Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdde.quantummaid.httpmaid.tests |
ArtifactId | ArtifactIdtestsuite |
Version | Version0.9.8 |
Type | Typejar |
Filename | Size |
---|---|
testsuite-0.9.8.pom | |
testsuite-0.9.8.jar | 45 KB |
testsuite-0.9.8-sources.jar | 50 KB |
testsuite-0.9.8-javadoc.jar | 734 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.tests/testsuite/ -->
<dependency>
<groupId>de.quantummaid.httpmaid.tests</groupId>
<artifactId>testsuite</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.tests/testsuite/
implementation 'de.quantummaid.httpmaid.tests:testsuite:0.9.8'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.tests/testsuite/
implementation ("de.quantummaid.httpmaid.tests:testsuite:0.9.8")
'de.quantummaid.httpmaid.tests:testsuite:jar:0.9.8'
<dependency org="de.quantummaid.httpmaid.tests" name="testsuite" rev="0.9.8">
<artifact name="testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.tests', module='testsuite', version='0.9.8')
)
libraryDependencies += "de.quantummaid.httpmaid.tests" % "testsuite" % "0.9.8"
[de.quantummaid.httpmaid.tests/testsuite "0.9.8"]