| License |
License |
|---|---|
| Categories |
CategoriesActiveJ User Interface Web Frameworks |
| GroupId | GroupIdio.activej |
| ArtifactId | ArtifactIdactivej-codegen |
| Version | Version5.2 |
| Type | Typejar |
| Description |
DescriptionActiveJ : Codegen
Dynamic class and method bytecode generator on top of ObjectWeb ASM.
An expression-based fluent API abstracts the complexity of direct bytecode manipulation.
|
| Filename | Size |
|---|---|
| activej-codegen-5.2.pom | |
| activej-codegen-5.2.jar | 112 KB |
| activej-codegen-5.2-sources.jar | 76 KB |
| activej-codegen-5.2-javadoc.jar | 323 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.activej/activej-codegen/ -->
<dependency>
<groupId>io.activej</groupId>
<artifactId>activej-codegen</artifactId>
<version>5.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-codegen/
implementation 'io.activej:activej-codegen:5.2'
// https://jarcasting.com/artifacts/io.activej/activej-codegen/
implementation ("io.activej:activej-codegen:5.2")
'io.activej:activej-codegen:jar:5.2'
<dependency org="io.activej" name="activej-codegen" rev="5.2">
<artifact name="activej-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-codegen', version='5.2')
)
libraryDependencies += "io.activej" % "activej-codegen" % "5.2"
[io.activej/activej-codegen "5.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.activej : activej-types | jar | 5.2 |
| org.ow2.asm : asm | jar | 9.2 |
| org.ow2.asm : asm-commons | jar | 9.2 |
| org.jetbrains : annotations | jar | 22.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| ch.qos.logback : logback-classic | jar | 1.2.6 |
| org.jmock : jmock-junit4 | jar | 2.12.0 |