| GroupId | GroupIdjen |
|---|---|
| ArtifactId | ArtifactIdjen-core |
| Last Version | Last Version0.30 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJen Core
The Jen Core provides the SoftClass API, with the ability to create and modify classes and their members.
|
| Filename | Size |
|---|---|
| jen-core-0.30.pom | |
| jen-core-0.30.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jen/jen-core/ -->
<dependency>
<groupId>jen</groupId>
<artifactId>jen-core</artifactId>
<version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/jen/jen-core/
implementation 'jen:jen-core:0.30'
// https://jarcasting.com/artifacts/jen/jen-core/
implementation ("jen:jen-core:0.30")
'jen:jen-core:jar:0.30'
<dependency org="jen" name="jen-core" rev="0.30">
<artifact name="jen-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='jen', module='jen-core', version='0.30')
)
libraryDependencies += "jen" % "jen-core" % "0.30"
[jen/jen-core "0.30"]