MVN

io.smallrye.common : smallrye-common-ref

Maven & Gradle

Mar 01, 2023
16 stars

SmallRye Common: References

<dependency>
    <groupId>io.smallrye.common</groupId>
    <artifactId>smallrye-common-ref</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.0
  • Latest Release Candidate: 2.0.0-RC3

All Versions

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

Version Vulnerabilities Updated
2.1.x
smallrye-common-ref-2.1.0
2.0.x
smallrye-common-ref-2.0.0
smallrye-common-ref-2.0.0-RC3
1.13.x
smallrye-common-ref-1.13.2
smallrye-common-ref-1.13.1
smallrye-common-ref-1.13.0
1.12.x
smallrye-common-ref-1.12.0
1.11.x
smallrye-common-ref-1.11.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.smallrye.common</groupId>
    <artifactId>smallrye-common-ref</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.smallrye.common : smallrye-common-ref gradle dependency to your build.gradle file:

implementation 'io.smallrye.common:smallrye-common-ref:2.1.0'

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

implementation("io.smallrye.common:smallrye-common-ref:2.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.smallrye.common" % "smallrye-common-ref" % "2.1.0"

Advertisement