MVN

org.immutables : annotation

Maven & Gradle

Sep 07, 2014
3 usages
3.2k stars

Annotations to generate support classes. This artifact declares required dependencies for the generated classes to be compiled.

<dependency>
    <groupId>org.immutables</groupId>
    <artifactId>annotation</artifactId>
    <version>0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.immutables : annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18

All Versions

Choose a version of org.immutables : annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18
annotation-0.18
0.17
annotation-0.17
0.16
annotation-0.16
0.14
annotation-0.14
0.13
annotation-0.13
0.12
annotation-0.12

How to add a dependency to Maven

Add the following org.immutables : annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.immutables</groupId>
    <artifactId>annotation</artifactId>
    <version>0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.immutables : annotation gradle dependency to your build.gradle file:

implementation 'org.immutables:annotation:0.18'

Gradle Kotlin DSL: Add the following org.immutables : annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.immutables:annotation:0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.immutables : annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.immutables" % "annotation" % "0.18"

Advertisement

Dependencies from Group

Aug 27, 2023
1k usages
3.2k stars
Aug 27, 2023
59 usages
3.2k stars
Aug 27, 2023
32 usages
3.2k stars
Aug 27, 2023
25 usages
3.2k stars
Aug 27, 2023
24 usages
3.2k stars

Discover Dependencies