MVN

net.smartcosmos : smartcosmos-service-discovery

Maven & Gradle

Aug 12, 2016

SMART COSMOS Service Discovery Server · SMART COSMOS Service Discovery Server based on the Netflix OSS Eureka Server

<dependency>
    <groupId>net.smartcosmos</groupId>
    <artifactId>smartcosmos-service-discovery</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.smartcosmos : smartcosmos-service-discovery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of net.smartcosmos : smartcosmos-service-discovery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
smartcosmos-service-discovery-3.0.0

How to add a dependency to Maven

Add the following net.smartcosmos : smartcosmos-service-discovery maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.smartcosmos</groupId>
    <artifactId>smartcosmos-service-discovery</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.smartcosmos : smartcosmos-service-discovery gradle dependency to your build.gradle file:

implementation 'net.smartcosmos:smartcosmos-service-discovery:3.0.0'

Gradle Kotlin DSL: Add the following net.smartcosmos : smartcosmos-service-discovery gradle kotlin dependency to your build.gradle.kts file:

implementation("net.smartcosmos:smartcosmos-service-discovery:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.smartcosmos : smartcosmos-service-discovery sbt scala dependency to your build.sbt file:

libraryDependencies += "net.smartcosmos" % "smartcosmos-service-discovery" % "3.0.0"