Download spring-boot-admin-server-1.5.4.jar file - Jar s

Jar examples for s:spring-boot-admin-server

Description

Spring Boot Admin Server

You can download jar file spring-boot-admin-server 1.5.4 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add spring-boot-admin-server-1.5.4.jar to your project.

<dependency>
   <groupId>de.codecentric</groupId>
   <artifactId>spring-boot-admin-server</artifactId>
   <version>1.5.4</version>
</dependency>
compile group: 'de.codecentric', name: 'spring-boot-admin-server', version: '1.5.4'
libraryDependencies += "de.codecentric" % "spring-boot-admin-server" % "1.5.4"
<dependency org="de.codecentric" name="spring-boot-admin-server" rev="1.5.4"/>
@Grapes(@Grab(group='de.codecentric', module='spring-boot-admin-server', version='1.5.4'))
'de.codecentric:spring-boot-admin-server:jar:1.5.4'

Download

Click the following link to download the jar file.

spring-boot-admin-server-1.5.4-javadoc.jar
spring-boot-admin-server-1.5.4-sources.jar
spring-boot-admin-server-1.5.4.jar
spring-boot-admin-server-1.5.4.pom



Related Tutorials