a

azure-json

This package provides interfaces for reading and writing JSON.
https://github.com/Azure/azure-sdk-for-java
The MIT License (MIT)
Microsoft
文件下载
文件名 操作
azure-json-1.1.0.jar 下载
azure-json-1.1.0.pom 下载
azure-json-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-json</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.azure:azure-json:1.1.0'
Gradle Kotlin
implementation("com.azure:azure-json:1.1.0")
Scala SBT
libraryDependencies += "com.azure" % "azure-json" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.azure', module='azure-json', version='1.1.0')
)
Apache Ivy
<dependency org="com.azure" name="azure-json" rev="1.1.0" />
Leiningen
[com.azure/azure-json "1.1.0"]
Apache Buildr
'com.azure:azure-json:jar:1.1.0'