MVN

com.azure : azure-core-serializer-json-gson

Maven & Gradle

Aug 05, 2023
4 usages
2.1k stars

Microsoft Azure Gson JSON Serializer Library · This package contains the Gson JSON serializer client plugin for azure-core.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-serializer-json-gson</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azure : azure-core-serializer-json-gson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3
  • Latest Beta: 1.0.0-beta.3

All Versions

Choose a version of com.azure : azure-core-serializer-json-gson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
azure-core-serializer-json-gson-1.2.3
azure-core-serializer-json-gson-1.2.2
azure-core-serializer-json-gson-1.2.1
azure-core-serializer-json-gson-1.2.0
1.1.x
azure-core-serializer-json-gson-1.1.26
azure-core-serializer-json-gson-1.1.25
azure-core-serializer-json-gson-1.1.24
azure-core-serializer-json-gson-1.1.23
azure-core-serializer-json-gson-1.1.22
azure-core-serializer-json-gson-1.1.21
azure-core-serializer-json-gson-1.1.20
azure-core-serializer-json-gson-1.1.19
azure-core-serializer-json-gson-1.1.18
azure-core-serializer-json-gson-1.1.17
azure-core-serializer-json-gson-1.1.16
azure-core-serializer-json-gson-1.1.15
azure-core-serializer-json-gson-1.1.14
azure-core-serializer-json-gson-1.1.13
azure-core-serializer-json-gson-1.1.12
azure-core-serializer-json-gson-1.1.11
azure-core-serializer-json-gson-1.1.10
azure-core-serializer-json-gson-1.1.9
azure-core-serializer-json-gson-1.1.8
azure-core-serializer-json-gson-1.1.7
azure-core-serializer-json-gson-1.1.6
azure-core-serializer-json-gson-1.1.5
azure-core-serializer-json-gson-1.1.4
azure-core-serializer-json-gson-1.1.3
azure-core-serializer-json-gson-1.1.2
azure-core-serializer-json-gson-1.1.1
azure-core-serializer-json-gson-1.1.0
1.0.x
azure-core-serializer-json-gson-1.0.5
azure-core-serializer-json-gson-1.0.4
azure-core-serializer-json-gson-1.0.3
azure-core-serializer-json-gson-1.0.2
azure-core-serializer-json-gson-1.0.1
azure-core-serializer-json-gson-1.0.0
azure-core-serializer-json-gson-1.0.0-beta.3
azure-core-serializer-json-gson-1.0.0-beta.2
azure-core-serializer-json-gson-1.0.0-beta.1

How to add a dependency to Maven

Add the following com.azure : azure-core-serializer-json-gson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-serializer-json-gson</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azure : azure-core-serializer-json-gson gradle dependency to your build.gradle file:

implementation 'com.azure:azure-core-serializer-json-gson:1.2.3'

Gradle Kotlin DSL: Add the following com.azure : azure-core-serializer-json-gson gradle kotlin dependency to your build.gradle.kts file:

implementation("com.azure:azure-core-serializer-json-gson:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azure : azure-core-serializer-json-gson sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azure" % "azure-core-serializer-json-gson" % "1.2.3"

Advertisement