| License |
License |
|---|---|
| GroupId | GroupIdcom.xishankeji |
| ArtifactId | ArtifactIdnginxparser |
| Last Version | Last Version1.0.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.xishankeji:nginxparser
Nginx configuration parser based on ANTLR4 grammar.在原基础上增加了query系列函数、快速方便定位指定节点。
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| nginxparser-1.0.12.pom | |
| nginxparser-1.0.12.jar | 91 KB |
| nginxparser-1.0.12-sources.jar | 54 KB |
| nginxparser-1.0.12-javadoc.jar | 371 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.antlr : antlr4-runtime | jar | 4.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |