MVN

cc.jilt : jilt

Maven & Gradle

Jan 09, 2023
183 stars

Jilt · Java annotation processor for auto-generating Builder (including Type-Safe Builder) classes

<dependency>
    <groupId>cc.jilt</groupId>
    <artifactId>jilt</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.jilt : jilt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2
  • Latest Release Candidate: 1.2.rc1

All Versions

Choose a version of cc.jilt : jilt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
jilt-1.2
1.2.x
jilt-1.2.rc1
1.1
jilt-1.1
1.1.x
jilt-1.1.rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>cc.jilt</groupId>
    <artifactId>jilt</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.jilt : jilt gradle dependency to your build.gradle file:

implementation 'cc.jilt:jilt:1.2'

Gradle Kotlin DSL: Add the following cc.jilt : jilt gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.jilt:jilt:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.jilt : jilt sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.jilt" % "jilt" % "1.2"