License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.wuillemin |
ArtifactId | ArtifactIdwktgrammar |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwktgrammar
A simple project holding the definition of WKT Grammar and using ANTLR4 for generating the Lexer and
the Parser
|
Filename | Size |
---|---|
wktgrammar-0.3.pom | |
wktgrammar-0.3.jar | 150 KB |
wktgrammar-0.3-sources.jar | 48 KB |
wktgrammar-0.3-javadoc.jar | 573 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wuillemin/wktgrammar/ -->
<dependency>
<groupId>net.wuillemin</groupId>
<artifactId>wktgrammar</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.wuillemin/wktgrammar/
implementation 'net.wuillemin:wktgrammar:0.3'
// https://jarcasting.com/artifacts/net.wuillemin/wktgrammar/
implementation ("net.wuillemin:wktgrammar:0.3")
'net.wuillemin:wktgrammar:jar:0.3'
<dependency org="net.wuillemin" name="wktgrammar" rev="0.3">
<artifact name="wktgrammar" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wuillemin', module='wktgrammar', version='0.3')
)
libraryDependencies += "net.wuillemin" % "wktgrammar" % "0.3"
[net.wuillemin/wktgrammar "0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.7 |