| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdorg.mydotey.artemis |
| ArtifactId | ArtifactIdspring-boot-starter-artemis |
| Last Version | Last Version0.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspring-boot-starter-artemis
Artemis: A Microservices' Service Registry Center
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationmydotey.org |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.mydotey.artemis/spring-boot-starter-artemis/ -->
<dependency>
<groupId>org.mydotey.artemis</groupId>
<artifactId>spring-boot-starter-artemis</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.artemis/spring-boot-starter-artemis/
implementation 'org.mydotey.artemis:spring-boot-starter-artemis:0.1.2'
// https://jarcasting.com/artifacts/org.mydotey.artemis/spring-boot-starter-artemis/
implementation ("org.mydotey.artemis:spring-boot-starter-artemis:0.1.2")
'org.mydotey.artemis:spring-boot-starter-artemis:jar:0.1.2'
<dependency org="org.mydotey.artemis" name="spring-boot-starter-artemis" rev="0.1.2">
<artifact name="spring-boot-starter-artemis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.artemis', module='spring-boot-starter-artemis', version='0.1.2')
)
libraryDependencies += "org.mydotey.artemis" % "spring-boot-starter-artemis" % "0.1.2"
[org.mydotey.artemis/spring-boot-starter-artemis "0.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mydotey.artemis : artemis-server | jar | 2.0.1 |
| org.springframework : spring-context | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework.boot : spring-boot-starter-test | jar |