License |
License |
---|---|
GroupId | GroupIdorg.apache.isis.core |
ArtifactId | ArtifactIdisis-core-codegen-bytebuddy |
Last Version | Last Version2.0.0-M7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Isis Core - Code Gen (ByteBuddy)
Code generation using ByteBuddy.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.isis.core/isis-core-codegen-bytebuddy/ -->
<dependency>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-codegen-bytebuddy</artifactId>
<version>2.0.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.isis.core/isis-core-codegen-bytebuddy/
implementation 'org.apache.isis.core:isis-core-codegen-bytebuddy:2.0.0-M7'
// https://jarcasting.com/artifacts/org.apache.isis.core/isis-core-codegen-bytebuddy/
implementation ("org.apache.isis.core:isis-core-codegen-bytebuddy:2.0.0-M7")
'org.apache.isis.core:isis-core-codegen-bytebuddy:jar:2.0.0-M7'
<dependency org="org.apache.isis.core" name="isis-core-codegen-bytebuddy" rev="2.0.0-M7">
<artifact name="isis-core-codegen-bytebuddy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.isis.core', module='isis-core-codegen-bytebuddy', version='2.0.0-M7')
)
libraryDependencies += "org.apache.isis.core" % "isis-core-codegen-bytebuddy" % "2.0.0-M7"
[org.apache.isis.core/isis-core-codegen-bytebuddy "2.0.0-M7"]
Group / Artifact | Type | Version |
---|---|---|
net.bytebuddy : byte-buddy | jar | 1.11.22 |
org.objenesis : objenesis | jar | 2.6 |
org.apache.isis.commons : isis-commons | jar | 2.0.0-M7 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |