is not current version
Last Version 5.3

io.activej:activej-codegen 5.0-rc1

Dynamic class and method bytecode generator on top of ObjectWeb ASM. An expression-based fluent API abstracts the complexity of direct bytecode manipulation.

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-codegen
Version

Version

5.0-rc1
Type

Type

jar

Download activej-codegen 5.0-rc1


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