MVN

mx.com.inftel.codegen : codegen-apt

Maven & Gradle

Mar 30, 2022
0 stars

mx.com.inftel.codegen:codegen-apt · Codegen APT Processor

<dependency>
    <groupId>mx.com.inftel.codegen</groupId>
    <artifactId>codegen-apt</artifactId>
    <version>1.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of mx.com.inftel.codegen : codegen-apt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.15

All Versions

Choose a version of mx.com.inftel.codegen : codegen-apt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
codegen-apt-1.0.15
codegen-apt-1.0.14
codegen-apt-1.0.13
codegen-apt-1.0.12
codegen-apt-1.0.11
codegen-apt-1.0.10
codegen-apt-1.0.9
codegen-apt-1.0.8
codegen-apt-1.0.7
codegen-apt-1.0.6
codegen-apt-1.0.5
codegen-apt-1.0.4
codegen-apt-1.0.3
codegen-apt-1.0.2
codegen-apt-1.0.1
codegen-apt-1.0.0

How to add a dependency to Maven

Add the following mx.com.inftel.codegen : codegen-apt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>mx.com.inftel.codegen</groupId>
    <artifactId>codegen-apt</artifactId>
    <version>1.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following mx.com.inftel.codegen : codegen-apt gradle dependency to your build.gradle file:

implementation 'mx.com.inftel.codegen:codegen-apt:1.0.15'

Gradle Kotlin DSL: Add the following mx.com.inftel.codegen : codegen-apt gradle kotlin dependency to your build.gradle.kts file:

implementation("mx.com.inftel.codegen:codegen-apt:1.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following mx.com.inftel.codegen : codegen-apt sbt scala dependency to your build.sbt file:

libraryDependencies += "mx.com.inftel.codegen" % "codegen-apt" % "1.0.15"

Advertisement