MVN

io.smallrye.common : smallrye-common-annotation

Maven & Gradle

Mar 01, 2023
35 usages
16 stars

SmallRye Common: Annotations

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

Latest Version

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

Version Vulnerabilities Updated
2.1.x
smallrye-common-annotation-2.1.0
2.0.x
smallrye-common-annotation-2.0.0
smallrye-common-annotation-2.0.0-RC3
smallrye-common-annotation-2.0.0-RC2
smallrye-common-annotation-2.0.0-RC1
1.13.x
smallrye-common-annotation-1.13.2
smallrye-common-annotation-1.13.1
smallrye-common-annotation-1.13.0
1.12.x
smallrye-common-annotation-1.12.0
1.11.x
smallrye-common-annotation-1.11.0
1.10.x
smallrye-common-annotation-1.10.0
1.9.x
smallrye-common-annotation-1.9.0
1.8.x
smallrye-common-annotation-1.8.0
1.7.x
smallrye-common-annotation-1.7.1
smallrye-common-annotation-1.7.0
1.6.x
smallrye-common-annotation-1.6.0
1.5.x
smallrye-common-annotation-1.5.0
1.4.x
smallrye-common-annotation-1.4.1
smallrye-common-annotation-1.4.0
1.3.x
smallrye-common-annotation-1.3.0
1.2.x
smallrye-common-annotation-1.2.0
1.1.x
smallrye-common-annotation-1.1.0
1.0.x
smallrye-common-annotation-1.0.2

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement