is not current version
Last Version 0.30

jen:jen-core 0.22

The Jen Core provides the SoftClass API, with the ability to create and modify classes and their members.

GroupId

GroupId

jen
ArtifactId

ArtifactId

jen-core
Version

Version

0.22
Type

Type

jar

Download jen-core 0.22


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