j

json-exception

Files download
File Operation
json-exception-1.0.3-RELEASE.jar download
json-exception-1.0.3-RELEASE.pom download
json-exception-1.0.3-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.czy1024</groupId>
  <artifactId>json-exception</artifactId>
  <version>1.0.3-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.czy1024:json-exception:1.0.3-RELEASE'
Gradle Kotlin
implementation("com.github.czy1024:json-exception:1.0.3-RELEASE")
Scala SBT
libraryDependencies += "com.github.czy1024" % "json-exception" % "1.0.3-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.czy1024', module='json-exception', version='1.0.3-RELEASE')
)
Apache Ivy
<dependency org="com.github.czy1024" name="json-exception" rev="1.0.3-RELEASE" />
Leiningen
[com.github.czy1024/json-exception "1.0.3-RELEASE"]
Apache Buildr
'com.github.czy1024:json-exception:jar:1.0.3-RELEASE'