is not current version
Last Version 5.3

io.activej:activej-codegen 4.3.1

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

4.3.1
Type

Type

jar

Download activej-codegen 4.3.1


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