Last Version

com.xishankeji:nginxparser 1.0.12

Nginx configuration parser based on ANTLR4 grammar.在原基础上增加了query系列函数、快速方便定位指定节点。

License

License

GroupId

GroupId

com.xishankeji
ArtifactId

ArtifactId

nginxparser
Version

Version

1.0.12
Type

Type

jar
Description

Description

com.xishankeji:nginxparser
Nginx configuration parser based on ANTLR4 grammar.在原基础上增加了query系列函数、快速方便定位指定节点。
Project URL

Project URL

https://gitee.com/xishankeji/nginx-java-parser
Source Code Management

Source Code Management

https://gitee.com/xishankeji/nginx-java-parser

Download nginxparser 1.0.12


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

Dependencies

compile (1)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.