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