Jar examples for c:codegen
Dynamic class and method bytecode generator on top of ObjectWeb ASM. An expression-based fluent API abstracts the complexity of direct bytecode manipulation.
You can download jar file codegen 0.2.4 in this page.
The Apache Software License, Version 2.0
You can use the following script to add codegen-0.2.4.jar to your project.
<dependency> <groupId>com.mysema.codegen</groupId> <artifactId>codegen</artifactId> <version>0.2.4</version> </dependency>
compile group: 'com.mysema.codegen', name: 'codegen', version: '0.2.4'
libraryDependencies += "com.mysema.codegen" % "codegen" % "0.2.4"
<dependency org="com.mysema.codegen" name="codegen" rev="0.2.4"/>
@Grapes(@Grab(group='com.mysema.codegen', module='codegen', version='0.2.4'))
'com.mysema.codegen:codegen:jar:0.2.4'
Click the following link to download the jar file.
codegen-0.2.4.jar