MVN

io.smallrye.config : smallrye-config-converter-json

Maven & Gradle

Aug 04, 2023
2 usages
124 stars

SmallRye Config: Converter - Json

<dependency>
    <groupId>io.smallrye.config</groupId>
    <artifactId>smallrye-config-converter-json</artifactId>
    <version>3.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.smallrye.config : smallrye-config-converter-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.3
  • Latest Release Candidate: 3.0.0-RC4

All Versions

Choose a version of io.smallrye.config : smallrye-config-converter-json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
smallrye-config-converter-json-3.3.3
smallrye-config-converter-json-3.3.2
smallrye-config-converter-json-3.3.1
smallrye-config-converter-json-3.3.0
3.2.x
smallrye-config-converter-json-3.2.1
smallrye-config-converter-json-3.2.0
3.1.x
smallrye-config-converter-json-3.1.3
smallrye-config-converter-json-3.1.2
smallrye-config-converter-json-3.1.1
smallrye-config-converter-json-3.1.0
3.0.x
smallrye-config-converter-json-3.0.0
smallrye-config-converter-json-3.0.0-RC4
smallrye-config-converter-json-3.0.0-RC3
smallrye-config-converter-json-3.0.0-RC2
smallrye-config-converter-json-3.0.0-RC1
2.13.x
smallrye-config-converter-json-2.13.3
smallrye-config-converter-json-2.13.2
smallrye-config-converter-json-2.13.1
smallrye-config-converter-json-2.13.0
2.12.x
smallrye-config-converter-json-2.12.3
smallrye-config-converter-json-2.12.2
smallrye-config-converter-json-2.12.1
smallrye-config-converter-json-2.12.0
2.11.x
smallrye-config-converter-json-2.11.1
smallrye-config-converter-json-2.11.0
2.10.x
smallrye-config-converter-json-2.10.1
smallrye-config-converter-json-2.10.0
2.9.x
smallrye-config-converter-json-2.9.3
smallrye-config-converter-json-2.9.2
smallrye-config-converter-json-2.9.1
smallrye-config-converter-json-2.9.0
2.8.x
smallrye-config-converter-json-2.8.2
smallrye-config-converter-json-2.8.1
smallrye-config-converter-json-2.8.0
2.7.x
smallrye-config-converter-json-2.7.0
2.6.x
smallrye-config-converter-json-2.6.1
smallrye-config-converter-json-2.6.0
2.5.x
smallrye-config-converter-json-2.5.1
smallrye-config-converter-json-2.5.0
2.4.x
smallrye-config-converter-json-2.4.4
smallrye-config-converter-json-2.4.3
smallrye-config-converter-json-2.4.2
smallrye-config-converter-json-2.4.1
smallrye-config-converter-json-2.4.0
2.3.x
smallrye-config-converter-json-2.3.0
2.2.x
smallrye-config-converter-json-2.2.0
2.1.x
smallrye-config-converter-json-2.1.0
2.0.x
smallrye-config-converter-json-2.0.2
smallrye-config-converter-json-2.0.1
smallrye-config-converter-json-2.0.1-RC1
smallrye-config-converter-json-2.0.0
smallrye-config-converter-json-2.0.0-RC4
smallrye-config-converter-json-2.0.0-RC3
smallrye-config-converter-json-2.0.0-RC2
smallrye-config-converter-json-2.0.0-RC1
1.13.x
smallrye-config-converter-json-1.13.1
smallrye-config-converter-json-1.13.0
1.12.x
smallrye-config-converter-json-1.12.0
1.11.x
smallrye-config-converter-json-1.11.1
smallrye-config-converter-json-1.11.0
1.10.x
smallrye-config-converter-json-1.10.2
smallrye-config-converter-json-1.10.1
smallrye-config-converter-json-1.10.0
1.9.x
smallrye-config-converter-json-1.9.3
smallrye-config-converter-json-1.9.2
smallrye-config-converter-json-1.9.1
smallrye-config-converter-json-1.9.0
1.8.x
smallrye-config-converter-json-1.8.6
smallrye-config-converter-json-1.8.5
smallrye-config-converter-json-1.8.4
smallrye-config-converter-json-1.8.3
smallrye-config-converter-json-1.8.2
smallrye-config-converter-json-1.8.1
smallrye-config-converter-json-1.8.0
1.7.x
smallrye-config-converter-json-1.7.0
1.6.x
smallrye-config-converter-json-1.6.2
smallrye-config-converter-json-1.6.1
smallrye-config-converter-json-1.6.0
1.5.x
smallrye-config-converter-json-1.5.1
smallrye-config-converter-json-1.5.0
1.4.x
smallrye-config-converter-json-1.4.1
smallrye-config-converter-json-1.4.0
1.3.x
smallrye-config-converter-json-1.3.11
smallrye-config-converter-json-1.3.10
smallrye-config-converter-json-1.3.9

How to add a dependency to Maven

Add the following io.smallrye.config : smallrye-config-converter-json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.smallrye.config</groupId>
    <artifactId>smallrye-config-converter-json</artifactId>
    <version>3.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.smallrye.config : smallrye-config-converter-json gradle dependency to your build.gradle file:

implementation 'io.smallrye.config:smallrye-config-converter-json:3.3.3'

Gradle Kotlin DSL: Add the following io.smallrye.config : smallrye-config-converter-json gradle kotlin dependency to your build.gradle.kts file:

implementation("io.smallrye.config:smallrye-config-converter-json:3.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.smallrye.config : smallrye-config-converter-json sbt scala dependency to your build.sbt file:

libraryDependencies += "io.smallrye.config" % "smallrye-config-converter-json" % "3.3.3"

Advertisement

Dependencies from Group

Aug 04, 2023
161 usages
124 stars
Aug 04, 2023
22 usages
124 stars
Aug 04, 2023
16 usages
124 stars
Aug 04, 2023
14 usages
124 stars
Aug 04, 2023
13 usages
116 stars

Discover Dependencies

May 21, 2023
14 usages
10.2k stars
May 13, 2022
3 usages
3 stars
Apr 12, 2023
2.4k stars
Jan 26, 2022
8 stars
Aug 15, 2023
11.6k stars
Feb 21, 2021
9 usages
27 stars
Aug 28, 2019