MVN

com.netflix.eureka2 : eureka-examples

Maven & Gradle

Dec 17, 2014
12.2k stars

eureka-examples · eureka-examples developed by Netflix

<dependency>
    <groupId>com.netflix.eureka2</groupId>
    <artifactId>eureka-examples</artifactId>
    <version>2.0.0-DP4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.eureka2 : eureka-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-DP4

All Versions

Choose a version of com.netflix.eureka2 : eureka-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
eureka-examples-2.0.0-DP4
eureka-examples-2.0.0-DP3
eureka-examples-2.0.0-DP2
eureka-examples-2.0.0-DP1

How to add a dependency to Maven

Add the following com.netflix.eureka2 : eureka-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netflix.eureka2</groupId>
    <artifactId>eureka-examples</artifactId>
    <version>2.0.0-DP4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.eureka2 : eureka-examples gradle dependency to your build.gradle file:

implementation 'com.netflix.eureka2:eureka-examples:2.0.0-DP4'

Gradle Kotlin DSL: Add the following com.netflix.eureka2 : eureka-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.eureka2:eureka-examples:2.0.0-DP4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.eureka2 : eureka-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.eureka2" % "eureka-examples" % "2.0.0-DP4"

Advertisement