License |
License |
---|---|
GroupId | GroupIdcom.sun.codemodel |
ArtifactId | ArtifactIdcodemodel |
Last Version | Last Version2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCodemodel Core
The core functionality of the CodeModel java source code generation library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
codemodel-2.6.pom | |
codemodel-2.6.jar | 148 KB |
codemodel-2.6-sources.jar | 174 KB |
codemodel-2.6-javadoc.jar | 458 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.codemodel/codemodel/ -->
<dependency>
<groupId>com.sun.codemodel</groupId>
<artifactId>codemodel</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.codemodel/codemodel/
implementation 'com.sun.codemodel:codemodel:2.6'
// https://jarcasting.com/artifacts/com.sun.codemodel/codemodel/
implementation ("com.sun.codemodel:codemodel:2.6")
'com.sun.codemodel:codemodel:jar:2.6'
<dependency org="com.sun.codemodel" name="codemodel" rev="2.6">
<artifact name="codemodel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.codemodel', module='codemodel', version='2.6')
)
libraryDependencies += "com.sun.codemodel" % "codemodel" % "2.6"
[com.sun.codemodel/codemodel "2.6"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |