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
|
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdcom.g2forge.joint |
ArtifactId | ArtifactIdjo-github |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent project for joint.
|
Filename | Size |
---|---|
jo-github-0.0.4.pom | |
jo-github-0.0.4.jar | 18 KB |
jo-github-0.0.4-sources.jar | 4 KB |
jo-github-0.0.4-javadoc.jar | 435 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.g2forge.joint/jo-github/ -->
<dependency>
<groupId>com.g2forge.joint</groupId>
<artifactId>jo-github</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.joint/jo-github/
implementation 'com.g2forge.joint:jo-github:0.0.4'
// https://jarcasting.com/artifacts/com.g2forge.joint/jo-github/
implementation ("com.g2forge.joint:jo-github:0.0.4")
'com.g2forge.joint:jo-github:jar:0.0.4'
<dependency org="com.g2forge.joint" name="jo-github" rev="0.0.4">
<artifact name="jo-github" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.joint', module='jo-github', version='0.0.4')
)
libraryDependencies += "com.g2forge.joint" % "jo-github" % "0.0.4"
[com.g2forge.joint/jo-github "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.g2forge.joint : jo-md | jar | 0.0.4 |
com.g2forge.gearbox : gb-git | jar | 0.0.9 |
com.g2forge.gearbox : gb-github | jar | 0.0.9 |
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-filesystem-memory | jar | 0.0.17 |
com.g2forge.habitat : ha-trace | jar | 0.0.5 |
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.