Last Version

wktgrammar 0.3

A simple project holding the definition of WKT Grammar and using ANTLR4 for generating the Lexer and the Parser

License

License

Categories

Categories

Net
GroupId

GroupId

net.wuillemin
ArtifactId

ArtifactId

wktgrammar
Version

Version

0.3
Type

Type

jar
Description

Description

wktgrammar
A simple project holding the definition of WKT Grammar and using ANTLR4 for generating the Lexer and the Parser

Download wktgrammar 0.3


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.antlr : antlr4-runtime jar 4.7

Project Modules

There are no modules declared in this project.