Jar examples for w:wktgrammar
A simple project holding the definition of WKT Grammar and using ANTLR4 for generating the Lexer and the Parser
You can download jar file wktgrammar 0.3 in this page.
The Apache Software License, Version 2.0
You can use the following script to add wktgrammar-0.3.jar to your project.
<dependency> <groupId>net.wuillemin</groupId> <artifactId>wktgrammar</artifactId> <version>0.3</version> </dependency>
compile group: 'net.wuillemin', name: 'wktgrammar', version: '0.3'
libraryDependencies += "net.wuillemin" % "wktgrammar" % "0.3"
<dependency org="net.wuillemin" name="wktgrammar" rev="0.3"/>
@Grapes(@Grab(group='net.wuillemin', module='wktgrammar', version='0.3'))
'net.wuillemin:wktgrammar:jar:0.3'
Click the following link to download the jar file.
wktgrammar-0.3-javadoc.jar