| Title: |
Spring Cloud Starter Netflix Atlas |
| Group ID: |
org.springframework.cloud |
| Artifact ID: |
spring-cloud-starter-netflix-atlas |
| Version: |
1.4.2.RELEASE |
| Last modified: |
16.01.2018 12:48 |
| Packaging: |
jar |
| Name: |
Spring Cloud Starter Netflix Atlas |
| Description: |
Spring Cloud Starter Netflix Atlas |
| URL: |
https://projects.spring.io/spring-cloud |
| Vendor: |
Pivotal Software, Inc. |
|
|
| Size: |
3.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/springframework/cloud/spring-cloud-starter-netflix-atlas/1.4.2.RELEASE/spring-cloud-starter-netflix-atlas-1.4.2.RELEASE.jar |
| POM: |
Show
hide
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix</artifactId>
<version>1.4.2.RELEASE</version>
</parent>
<artifactId>spring-cloud-starter-netflix-atlas</artifactId>
<name>Spring Cloud Starter Netflix Atlas</name>
<description>Spring Cloud Starter Netflix Atlas</description>
<url>https://projects.spring.io/spring-cloud</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../../..</main.basedir>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-core</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.servo</groupId>
<artifactId>servo-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-smile</artifactId>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-atlas</artifactId>
<version>1.4.2.RELEASE</version>
</dependency>
|
| Gradle: |
org.springframework.cloud:spring-cloud-starter-netflix-atlas:1.4.2.RELEASE |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|