MVN

com.xishankeji.forks : nginxparser

Maven & Gradle

Jan 17, 2020

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

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

Latest Version

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

  • Latest Stable: 1.1.6

All Versions

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

Version Vulnerabilities Updated
1.1.x
nginxparser-1.1.6
nginxparser-1.1.5
nginxparser-1.1.2
1.0.x
nginxparser-1.0.12

How to add a dependency to Maven

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

<dependency>
    <groupId>com.xishankeji.forks</groupId>
    <artifactId>nginxparser</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.xishankeji.forks:nginxparser:1.1.6'

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

implementation("com.xishankeji.forks:nginxparser:1.1.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.xishankeji.forks" % "nginxparser" % "1.1.6"

Advertisement