Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.commonjava.web |
ArtifactId | ArtifactIdjson-test-harness |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
json-test-harness-0.1.pom | |
json-test-harness-0.1.jar | 14 KB |
json-test-harness-0.1-sources.jar | 4 KB |
json-test-harness-0.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.commonjava.web/json-test-harness/ -->
<dependency>
<groupId>org.commonjava.web</groupId>
<artifactId>json-test-harness</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.web/json-test-harness/
implementation 'org.commonjava.web:json-test-harness:0.1'
// https://jarcasting.com/artifacts/org.commonjava.web/json-test-harness/
implementation ("org.commonjava.web:json-test-harness:0.1")
'org.commonjava.web:json-test-harness:jar:0.1'
<dependency org="org.commonjava.web" name="json-test-harness" rev="0.1">
<artifact name="json-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.web', module='json-test-harness', version='0.1')
)
libraryDependencies += "org.commonjava.web" % "json-test-harness" % "0.1"
[org.commonjava.web/json-test-harness "0.1"]