Last Version

Codemodel 2.1

Java source code generation library

License

License

GroupId

GroupId

com.sun
ArtifactId

ArtifactId

codemodel
Version

Version

2.1
Type

Type

pom
Description

Description

Codemodel
Java source code generation library
Project Organization

Project Organization

Sun Microsystems

Download codemodel 2.1

Filename Size
codemodel-2.1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.sun/codemodel/ -->
<dependency>
    <groupId>com.sun</groupId>
    <artifactId>codemodel</artifactId>
    <version>2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun/codemodel/
implementation 'com.sun:codemodel:2.1'
// https://jarcasting.com/artifacts/com.sun/codemodel/
implementation ("com.sun:codemodel:2.1")
'com.sun:codemodel:pom:2.1'
<dependency org="com.sun" name="codemodel" rev="2.1">
  <artifact name="codemodel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun', module='codemodel', version='2.1')
)
libraryDependencies += "com.sun" % "codemodel" % "2.1"
[com.sun/codemodel "2.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • codemodel
  • codemodel-annotation-compiler