License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.nextencia |
ArtifactId | ArtifactIdrrdiagram |
Version | Version0.9.4 |
Type | Typejar |
Description |
DescriptionRRDiagram
RR Diagram allows to generate railroad diagrams (also called syntax diagrams)
from code or from BNF notation. The output format is a very compact SVG image
which can be integrated to web pages and where rules can contain links.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rrdiagram-0.9.4.pom | |
rrdiagram-0.9.4.jar | 60 KB |
rrdiagram-0.9.4-sources.jar | 28 KB |
rrdiagram-0.9.4-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.nextencia/rrdiagram/ -->
<dependency>
<groupId>net.nextencia</groupId>
<artifactId>rrdiagram</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.nextencia/rrdiagram/
implementation 'net.nextencia:rrdiagram:0.9.4'
// https://jarcasting.com/artifacts/net.nextencia/rrdiagram/
implementation ("net.nextencia:rrdiagram:0.9.4")
'net.nextencia:rrdiagram:jar:0.9.4'
<dependency org="net.nextencia" name="rrdiagram" rev="0.9.4">
<artifact name="rrdiagram" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.nextencia', module='rrdiagram', version='0.9.4')
)
libraryDependencies += "net.nextencia" % "rrdiagram" % "0.9.4"
[net.nextencia/rrdiagram "0.9.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |