MVN

org.esigate : esigate-tool-conf

Maven & Gradle

Nov 30, 2014
0 stars

esigate-tool-conf

<dependency>
    <groupId>org.esigate</groupId>
    <artifactId>esigate-tool-conf</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.esigate : esigate-tool-conf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.esigate : esigate-tool-conf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
esigate-tool-conf-1.1
1.0
esigate-tool-conf-1.0

How to add a dependency to Maven

Add the following org.esigate : esigate-tool-conf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.esigate</groupId>
    <artifactId>esigate-tool-conf</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.esigate : esigate-tool-conf gradle dependency to your build.gradle file:

implementation 'org.esigate:esigate-tool-conf:1.1'

Gradle Kotlin DSL: Add the following org.esigate : esigate-tool-conf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.esigate:esigate-tool-conf:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.esigate : esigate-tool-conf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.esigate" % "esigate-tool-conf" % "1.1"

Advertisement