MVN

com.sun.codemodel : codemodel

Maven & Gradle

Dec 02, 2011
170 usages

Codemodel Core · The core functionality of the CodeModel java source code generation library

<dependency>
    <groupId>com.sun.codemodel</groupId>
    <artifactId>codemodel</artifactId>
    <version>2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.codemodel : codemodel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6

All Versions

Choose a version of com.sun.codemodel : codemodel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6
codemodel-2.6
2.5
codemodel-2.5
2.4.x
codemodel-2.4.1
2.4
codemodel-2.4
2.3
codemodel-2.3
2.2
codemodel-2.2
2.1
codemodel-2.1
2.0
codemodel-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sun.codemodel</groupId>
    <artifactId>codemodel</artifactId>
    <version>2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.codemodel : codemodel gradle dependency to your build.gradle file:

implementation 'com.sun.codemodel:codemodel:2.6'

Gradle Kotlin DSL: Add the following com.sun.codemodel : codemodel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.codemodel:codemodel:2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.codemodel : codemodel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.codemodel" % "codemodel" % "2.6"

Advertisement

Dependencies from Group

Discover Dependencies

Nov 24, 2008
12 usages
Apr 21, 2021
55 usages
1.9k stars
Jul 19, 2023
62 usages
105 stars
May 11, 2023
303 usages
1.8k stars
Jun 18, 2023
375 usages
Jun 18, 2023
48 usages
Jan 30, 2017
19 usages
464 stars
Aug 21, 2023
118 usages
461 stars
Apr 05, 2017
15 usages
431 stars
Mar 03, 2021
3 usages
6k stars