MVN

de.codecentric : spring-boot-admin-sample-discovery

Maven & Gradle

May 19, 2016
11.7k stars
<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>spring-boot-admin-sample-discovery</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.codecentric : spring-boot-admin-sample-discovery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of de.codecentric : spring-boot-admin-sample-discovery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
spring-boot-admin-sample-discovery-1.3.3
spring-boot-admin-sample-discovery-1.3.2
spring-boot-admin-sample-discovery-1.3.1
spring-boot-admin-sample-discovery-1.3.0
1.2.x
spring-boot-admin-sample-discovery-1.2.4
spring-boot-admin-sample-discovery-1.2.3
spring-boot-admin-sample-discovery-1.2.2
spring-boot-admin-sample-discovery-1.2.1
spring-boot-admin-sample-discovery-1.2.0

How to add a dependency to Maven

Add the following de.codecentric : spring-boot-admin-sample-discovery maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>spring-boot-admin-sample-discovery</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.codecentric : spring-boot-admin-sample-discovery gradle dependency to your build.gradle file:

implementation 'de.codecentric:spring-boot-admin-sample-discovery:1.3.3'

Gradle Kotlin DSL: Add the following de.codecentric : spring-boot-admin-sample-discovery gradle kotlin dependency to your build.gradle.kts file:

implementation("de.codecentric:spring-boot-admin-sample-discovery:1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.codecentric : spring-boot-admin-sample-discovery sbt scala dependency to your build.sbt file:

libraryDependencies += "de.codecentric" % "spring-boot-admin-sample-discovery" % "1.3.3"

Advertisement