MVN

org.immutables : common

Maven & Gradle

Feb 04, 2015
2 usages
3.2k stars

Common support packages for the generated classes that exceeds capabilities of the basic immutable implementaions. Includes JSON marshaling, MongoDB repository utilities and JAX-RS microservices support.

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

Latest Version

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

  • Latest Stable: 1.1.3
  • Latest Release Candidate: 1.1.0-rc1

All Versions

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

Version Vulnerabilities Updated
1.1.x
common-1.1.3
common-1.1.2
common-1.1.1
common-1.1.0-rc1
1.1
common-1.1
1.0.x
common-1.0.1
1.0
common-1.0
0.18
common-0.18
0.17
common-0.17
0.16
common-0.16
0.14
common-0.14
0.13
common-0.13
0.12
common-0.12

How to add a dependency to Maven

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

<dependency>
    <groupId>org.immutables</groupId>
    <artifactId>common</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.immutables:common:1.1.3'

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

implementation("org.immutables:common:1.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.immutables" % "common" % "1.1.3"

Advertisement