MVN

io.smallrye.config : smallrye-config-core

Maven & Gradle

Aug 04, 2023
14 usages
124 stars

SmallRye Config: Core

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

Latest Version

Choose a version of io.smallrye.config : smallrye-config-core 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-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
smallrye-config-core-3.3.3
smallrye-config-core-3.3.2
smallrye-config-core-3.3.1
smallrye-config-core-3.3.0
3.2.x
smallrye-config-core-3.2.1
smallrye-config-core-3.2.0
3.1.x
smallrye-config-core-3.1.3
smallrye-config-core-3.1.2
smallrye-config-core-3.1.1
smallrye-config-core-3.1.0
3.0.x
smallrye-config-core-3.0.0
smallrye-config-core-3.0.0-RC4
smallrye-config-core-3.0.0-RC3
smallrye-config-core-3.0.0-RC2
smallrye-config-core-3.0.0-RC1
2.13.x
smallrye-config-core-2.13.3
smallrye-config-core-2.13.2
smallrye-config-core-2.13.1
smallrye-config-core-2.13.0
2.12.x
smallrye-config-core-2.12.3
smallrye-config-core-2.12.2
smallrye-config-core-2.12.1
smallrye-config-core-2.12.0
2.11.x
smallrye-config-core-2.11.1
smallrye-config-core-2.11.0
2.10.x
smallrye-config-core-2.10.1
smallrye-config-core-2.10.0
2.9.x
smallrye-config-core-2.9.3
smallrye-config-core-2.9.2
smallrye-config-core-2.9.1
smallrye-config-core-2.9.0
2.8.x
smallrye-config-core-2.8.2
smallrye-config-core-2.8.1
smallrye-config-core-2.8.0
2.7.x
smallrye-config-core-2.7.0
2.6.x
smallrye-config-core-2.6.1
smallrye-config-core-2.6.0
2.5.x
smallrye-config-core-2.5.1
smallrye-config-core-2.5.0
2.4.x
smallrye-config-core-2.4.4
smallrye-config-core-2.4.3
smallrye-config-core-2.4.2
smallrye-config-core-2.4.1
smallrye-config-core-2.4.0
2.3.x
smallrye-config-core-2.3.0
2.2.x
smallrye-config-core-2.2.0
2.1.x
smallrye-config-core-2.1.0
2.0.x
smallrye-config-core-2.0.2
smallrye-config-core-2.0.1
smallrye-config-core-2.0.1-RC1
smallrye-config-core-2.0.0
smallrye-config-core-2.0.0-RC4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.smallrye.config</groupId>
    <artifactId>smallrye-config-core</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-core gradle dependency to your build.gradle file:

implementation 'io.smallrye.config:smallrye-config-core:3.3.3'

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

implementation("io.smallrye.config:smallrye-config-core:3.3.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.smallrye.config" % "smallrye-config-core" % "3.3.3"

Advertisement