jscglib

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

cglib Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.javax0
ArtifactId

ArtifactId

jscglib
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

jscglib
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/verhas/jscglib

Download jscglib

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

This is Java Source Code Generation Library

Use this library when you want to generate Java Source Code programmatically from Java or from some other language supported by the JVM.

Versions

Version
1.0.1
1.0.0