a

azure-json

This package contains core types for JSON.
https://github.com/Azure/azure-sdk-for-java
The MIT License (MIT)
Microsoft
Files download
File Operation
azure-json-1.0.0-beta.1.jar download
azure-json-1.0.0-beta.1.pom download
azure-json-1.0.0-beta.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-json</artifactId>
  <version>1.0.0-beta.1</version>
</dependency>
Gradle Groovy
implementation 'com.azure:azure-json:1.0.0-beta.1'
Gradle Kotlin
implementation("com.azure:azure-json:1.0.0-beta.1")
Scala SBT
libraryDependencies += "com.azure" % "azure-json" % "1.0.0-beta.1"
Groovy Grape
@Grapes(
  @Grab(group='com.azure', module='azure-json', version='1.0.0-beta.1')
)
Apache Ivy
<dependency org="com.azure" name="azure-json" rev="1.0.0-beta.1" />
Leiningen
[com.azure/azure-json "1.0.0-beta.1"]
Apache Buildr
'com.azure:azure-json:jar:1.0.0-beta.1'