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