Last Version

com.github.odiszapc:nginxparser 0.9.6

Parses Nginx configuration files with JavaCC grammar based parser

License

License

GroupId

GroupId

com.github.odiszapc
ArtifactId

ArtifactId

nginxparser
Version

Version

0.9.6
Type

Type

jar
Description

Description

com.github.odiszapc:nginxparser
Parses Nginx configuration files with JavaCC grammar based parser
Project URL

Project URL

https://github.com/odiszapc/nginx-java-parser

Download nginxparser 0.9.6


<!-- https://jarcasting.com/artifacts/com.github.odiszapc/nginxparser/ -->
<dependency>
    <groupId>com.github.odiszapc</groupId>
    <artifactId>nginxparser</artifactId>
    <version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.odiszapc/nginxparser/
implementation 'com.github.odiszapc:nginxparser:0.9.6'
// https://jarcasting.com/artifacts/com.github.odiszapc/nginxparser/
implementation ("com.github.odiszapc:nginxparser:0.9.6")
'com.github.odiszapc:nginxparser:jar:0.9.6'
<dependency org="com.github.odiszapc" name="nginxparser" rev="0.9.6">
  <artifact name="nginxparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.odiszapc', module='nginxparser', version='0.9.6')
)
libraryDependencies += "com.github.odiszapc" % "nginxparser" % "0.9.6"
[com.github.odiszapc/nginxparser "0.9.6"]

Dependencies

compile (1)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.