| License |
License |
|---|---|
| Categories |
CategoriesEureka Container Microservices |
| GroupId | GroupIdio.zahori |
| ArtifactId | ArtifactIdeureka-server |
| Version | Version0.1.5 |
| Type | Typejar |
| Description |
Descriptioneureka-server
Eureka server for service registration and service discovery for Zahori.io
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationPANEL SISTEMAS INFORMATICOS,S.L |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| eureka-server-0.1.5.pom | |
| eureka-server-0.1.5.jar | 43 MB |
| eureka-server-0.1.5-sources.jar | 5 KB |
| eureka-server-0.1.5-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.zahori/eureka-server/ -->
<dependency>
<groupId>io.zahori</groupId>
<artifactId>eureka-server</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.zahori/eureka-server/
implementation 'io.zahori:eureka-server:0.1.5'
// https://jarcasting.com/artifacts/io.zahori/eureka-server/
implementation ("io.zahori:eureka-server:0.1.5")
'io.zahori:eureka-server:jar:0.1.5'
<dependency org="io.zahori" name="eureka-server" rev="0.1.5">
<artifact name="eureka-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zahori', module='eureka-server', version='0.1.5')
)
libraryDependencies += "io.zahori" % "eureka-server" % "0.1.5"
[io.zahori/eureka-server "0.1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.cloud : spring-cloud-starter-netflix-eureka-server | jar | |
| org.springframework.cloud : spring-cloud-netflix-eureka-server | jar | 3.0.2 |
| org.springframework.boot : spring-boot | jar | 2.4.3 |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.4.3 |