License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdio.datakernel |
ArtifactId | ArtifactIdcodegen |
Version | Version1.1.3 |
Type | Typejar |
Description |
DescriptionDataKernel: Codegen
Dynamic class and method bytecode generator on top of ObjectWeb ASM.
An expression-based fluent API abstracts the complexity of direct bytecode manipulation.
|
Project URL |
Project URL |
Filename | Size |
---|---|
codegen-1.1.3.pom | |
codegen-1.1.3.jar | 87 KB |
codegen-1.1.3-sources.jar | 60 KB |
codegen-1.1.3-javadoc.jar | 296 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datakernel/codegen/ -->
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>codegen</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.datakernel/codegen/
implementation 'io.datakernel:codegen:1.1.3'
// https://jarcasting.com/artifacts/io.datakernel/codegen/
implementation ("io.datakernel:codegen:1.1.3")
'io.datakernel:codegen:jar:1.1.3'
<dependency org="io.datakernel" name="codegen" rev="1.1.3">
<artifact name="codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datakernel', module='codegen', version='1.1.3')
)
libraryDependencies += "io.datakernel" % "codegen" % "1.1.3"
[io.datakernel/codegen "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm | jar | 5.0.4 |
org.ow2.asm : asm-commons | jar | 5.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |