MVN

com.marmoush.jutils : nats

Maven & Gradle

May 12, 2020

Nats Module

<dependency>
    <groupId>com.marmoush.jutils</groupId>
    <artifactId>nats</artifactId>
    <version>0.6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.marmoush.jutils : nats to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.6

All Versions

Choose a version of com.marmoush.jutils : nats to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.4.x
nats-v0.4.9
0.6.x
nats-0.6.6
nats-0.6.5
nats-0.6.4
nats-0.6.3
nats-0.6.2
0.5.x
nats-0.5.8
nats-0.5.4
nats-0.5.2
nats-0.5.1
nats-0.5.0
0.4.x
nats-0.4.7
nats-0.4.5
nats-0.4.2
nats-0.4.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.marmoush.jutils</groupId>
    <artifactId>nats</artifactId>
    <version>0.6.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.marmoush.jutils : nats gradle dependency to your build.gradle file:

implementation 'com.marmoush.jutils:nats:0.6.6'

Gradle Kotlin DSL: Add the following com.marmoush.jutils : nats gradle kotlin dependency to your build.gradle.kts file:

implementation("com.marmoush.jutils:nats:0.6.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.marmoush.jutils : nats sbt scala dependency to your build.sbt file:

libraryDependencies += "com.marmoush.jutils" % "nats" % "0.6.6"

Advertisement