License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.ognyanov.niogram |
ArtifactId | ArtifactIdniogram-tool |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionA Java toolkit for syntactic analysis of grammars.
|
Filename | Size |
---|---|
niogram-tool-1.0.0.pom | |
niogram-tool-1.0.0.jar | 204 KB |
niogram-tool-1.0.0-sources.jar | 73 KB |
niogram-tool-1.0.0-javadoc.jar | 535 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ognyanov.niogram/niogram-tool/ -->
<dependency>
<groupId>net.ognyanov.niogram</groupId>
<artifactId>niogram-tool</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.ognyanov.niogram/niogram-tool/
implementation 'net.ognyanov.niogram:niogram-tool:1.0.0'
// https://jarcasting.com/artifacts/net.ognyanov.niogram/niogram-tool/
implementation ("net.ognyanov.niogram:niogram-tool:1.0.0")
'net.ognyanov.niogram:niogram-tool:jar:1.0.0'
<dependency org="net.ognyanov.niogram" name="niogram-tool" rev="1.0.0">
<artifact name="niogram-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ognyanov.niogram', module='niogram-tool', version='1.0.0')
)
libraryDependencies += "net.ognyanov.niogram" % "niogram-tool" % "1.0.0"
[net.ognyanov.niogram/niogram-tool "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
net.ognyanov.niogram : niogram-core | jar | 1.0.0 |
org.jgrapht : jgrapht-core | jar | 1.2.0 |
org.antlr : antlr4-runtime | jar | 4.7.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |