j

json

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