MVN

net.dreamlu : mica-nats

Maven & Gradle

Aug 25, 2023
1.9k stars

mica · An enhanced toolkit of Spring cloud to simplify development.

<dependency>
    <groupId>net.dreamlu</groupId>
    <artifactId>mica-nats</artifactId>
    <version>3.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.dreamlu : mica-nats to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.3

All Versions

Choose a version of net.dreamlu : mica-nats to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
mica-nats-3.1.3
2.7.x
mica-nats-2.7.15

How to add a dependency to Maven

Add the following net.dreamlu : mica-nats maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.dreamlu</groupId>
    <artifactId>mica-nats</artifactId>
    <version>3.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.dreamlu : mica-nats gradle dependency to your build.gradle file:

implementation 'net.dreamlu:mica-nats:3.1.3'

Gradle Kotlin DSL: Add the following net.dreamlu : mica-nats gradle kotlin dependency to your build.gradle.kts file:

implementation("net.dreamlu:mica-nats:3.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.dreamlu : mica-nats sbt scala dependency to your build.sbt file:

libraryDependencies += "net.dreamlu" % "mica-nats" % "3.1.3"