MVN

io.smallrye.config : smallrye-config-crypto

Maven & Gradle

Aug 04, 2023

SmallRye Config: Crypto

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

Latest Version

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

  • Latest Stable: 3.3.3

All Versions

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

Version Vulnerabilities Updated
3.3.x
smallrye-config-crypto-3.3.3
smallrye-config-crypto-3.3.2
smallrye-config-crypto-3.3.1
smallrye-config-crypto-3.3.0
3.2.x
smallrye-config-crypto-3.2.1
smallrye-config-crypto-3.2.0

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement