MVN

com.xishankeji : nginxparser

Maven & Gradle

Aug 04, 2019

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

<dependency>
    <groupId>com.xishankeji</groupId>
    <artifactId>nginxparser</artifactId>
    <version>1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xishankeji : nginxparser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of com.xishankeji : nginxparser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
nginxparser-1.0.12

How to add a dependency to Maven

Add the following com.xishankeji : nginxparser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xishankeji</groupId>
    <artifactId>nginxparser</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xishankeji : nginxparser gradle dependency to your build.gradle file:

implementation 'com.xishankeji:nginxparser:1.0.12'

Gradle Kotlin DSL: Add the following com.xishankeji : nginxparser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xishankeji:nginxparser:1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xishankeji : nginxparser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xishankeji" % "nginxparser" % "1.0.12"

Advertisement