Categories |
CategoriesAnt Build Tools jQAssistant Application Testing & Monitoring Code Analysis JSON Data |
---|---|
GroupId | GroupIdcom.buschmais.jqassistant.plugin |
ArtifactId | ArtifactIdjson |
Version | Version1.7.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
json-1.7.0-RC1.pom | |
json-1.7.0-RC1.jar | 41 KB |
json-1.7.0-RC1-sources.jar | 24 KB |
json-1.7.0-RC1-javadoc.jar | 199 KB |
json-1.7.0-RC1-asciidoc.zip | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/json/ -->
<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>json</artifactId>
<version>1.7.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/json/
implementation 'com.buschmais.jqassistant.plugin:json:1.7.0-RC1'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/json/
implementation ("com.buschmais.jqassistant.plugin:json:1.7.0-RC1")
'com.buschmais.jqassistant.plugin:json:jar:1.7.0-RC1'
<dependency org="com.buschmais.jqassistant.plugin" name="json" rev="1.7.0-RC1">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='json', version='1.7.0-RC1')
)
libraryDependencies += "com.buschmais.jqassistant.plugin" % "json" % "1.7.0-RC1"
[com.buschmais.jqassistant.plugin/json "1.7.0-RC1"]