j

json

The jQAssistant JSON Plugin allows jQAssistant to scan also RFC 7159 compliant JSON files.
https://jqassistant.org/
GNU General Public License, v3
jQAssistant Development Team
Files download
File Operation
json-2.2.0-RC1.jar download
json-2.2.0-RC1.pom download
json-2.2.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.plugin</groupId>
  <artifactId>json</artifactId>
  <version>2.2.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.plugin:json:2.2.0-RC1'
Gradle Kotlin
implementation("com.buschmais.jqassistant.plugin:json:2.2.0-RC1")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.plugin" % "json" % "2.2.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.plugin', module='json', version='2.2.0-RC1')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.plugin" name="json" rev="2.2.0-RC1" />
Leiningen
[com.buschmais.jqassistant.plugin/json "2.2.0-RC1"]
Apache Buildr
'com.buschmais.jqassistant.plugin:json:jar:2.2.0-RC1'