Enigma
A library for manipulating codes of various kinds. Useful for constructing programming languages, rendering documents, etc.
Developers
For more information about release procedures see the Alexandria developer documentation.
| License |
License
The Apache License, Version 2.0
|
|---|---|
| GroupId | GroupIdcom.g2forge.joint |
| ArtifactId | ArtifactIdjo-core |
| Last Version | Last Version0.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent project for joint.
|
| Filename | Size |
|---|---|
| jo-core-0.0.4.pom | |
| jo-core-0.0.4.jar | 31 KB |
| jo-core-0.0.4-sources.jar | 9 KB |
| jo-core-0.0.4-javadoc.jar | 524 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.g2forge.joint/jo-core/ -->
<dependency>
<groupId>com.g2forge.joint</groupId>
<artifactId>jo-core</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.joint/jo-core/
implementation 'com.g2forge.joint:jo-core:0.0.4'
// https://jarcasting.com/artifacts/com.g2forge.joint/jo-core/
implementation ("com.g2forge.joint:jo-core:0.0.4")
'com.g2forge.joint:jo-core:jar:0.0.4'
<dependency org="com.g2forge.joint" name="jo-core" rev="0.0.4">
<artifact name="jo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.joint', module='jo-core', version='0.0.4')
)
libraryDependencies += "com.g2forge.joint" % "jo-core" % "0.0.4"
[com.g2forge.joint/jo-core "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.g2forge.alexandria : ax-media | jar | 0.0.17 |
| com.g2forge.alexandria : ax-log | jar | 0.0.17 |
| com.g2forge.alexandria : ax-java | jar | 0.0.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.g2forge.alexandria : ax-test | jar | 0.0.17 |
| junit : junit | jar | 4.13.1 |
A library for manipulating codes of various kinds. Useful for constructing programming languages, rendering documents, etc.
For more information about release procedures see the Alexandria developer documentation.