MVN

pub.conf.nginx : analysis

Maven & Gradle

Jun 13, 2022
13 stars

nginx analysis · Nginx config file analysis tool.

<dependency>
    <groupId>pub.conf.nginx</groupId>
    <artifactId>analysis</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pub.conf.nginx : analysis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of pub.conf.nginx : analysis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
analysis-1.0.1

How to add a dependency to Maven

Add the following pub.conf.nginx : analysis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pub.conf.nginx</groupId>
    <artifactId>analysis</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pub.conf.nginx : analysis gradle dependency to your build.gradle file:

implementation 'pub.conf.nginx:analysis:1.0.1'

Gradle Kotlin DSL: Add the following pub.conf.nginx : analysis gradle kotlin dependency to your build.gradle.kts file:

implementation("pub.conf.nginx:analysis:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following pub.conf.nginx : analysis sbt scala dependency to your build.sbt file:

libraryDependencies += "pub.conf.nginx" % "analysis" % "1.0.1"

Advertisement