MVN

es.edn : nomad-client-java

Maven & Gradle

Mar 17, 2024
1 stars

nomad-client-java · Nomad Java Client

<dependency>
    <groupId>es.edn</groupId>
    <artifactId>nomad-client-java</artifactId>
    <version>1.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of es.edn : nomad-client-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.6

All Versions

Choose a version of es.edn : nomad-client-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
nomad-client-java-1.7.6

How to add a dependency to Maven

Add the following es.edn : nomad-client-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>es.edn</groupId>
    <artifactId>nomad-client-java</artifactId>
    <version>1.7.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following es.edn : nomad-client-java gradle dependency to your build.gradle file:

implementation 'es.edn:nomad-client-java:1.7.6'

Gradle Kotlin DSL: Add the following es.edn : nomad-client-java gradle kotlin dependency to your build.gradle.kts file:

implementation("es.edn:nomad-client-java:1.7.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following es.edn : nomad-client-java sbt scala dependency to your build.sbt file:

libraryDependencies += "es.edn" % "nomad-client-java" % "1.7.6"

Advertisement