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 |
|---|---|
| GroupId | GroupIdcom.g2forge.enigma |
| ArtifactId | ArtifactIden-diagram |
| Last Version | Last Version0.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEnigma Diagram
Models and renderers for the programmatic generation of diagrams.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| en-diagram-0.0.11.pom | |
| en-diagram-0.0.11.jar | 39 KB |
| en-diagram-0.0.11-sources.jar | 8 KB |
| en-diagram-0.0.11-javadoc.jar | 207 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.g2forge.enigma/en-diagram/ -->
<dependency>
<groupId>com.g2forge.enigma</groupId>
<artifactId>en-diagram</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.enigma/en-diagram/
implementation 'com.g2forge.enigma:en-diagram:0.0.11'
// https://jarcasting.com/artifacts/com.g2forge.enigma/en-diagram/
implementation ("com.g2forge.enigma:en-diagram:0.0.11")
'com.g2forge.enigma:en-diagram:jar:0.0.11'
<dependency org="com.g2forge.enigma" name="en-diagram" rev="0.0.11">
<artifact name="en-diagram" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.enigma', module='en-diagram', version='0.0.11')
)
libraryDependencies += "com.g2forge.enigma" % "en-diagram" % "0.0.11"
[com.g2forge.enigma/en-diagram "0.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.g2forge.alexandria : ax-reflection | jar | 0.0.17 |
| com.g2forge.enigma : en-backend | jar | 0.0.11 |
| net.sourceforge.plantuml : plantuml | jar | 8059 |
| 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.