| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаorg.mydotey.artemis |
| Идентификатор | Идентификаторspring-boot-starter-artemis |
| Последняя версия | Последняя версия0.1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-starter-artemis
Artemis: A Microservices' Service Registry Center
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикmydotey.org |
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mydotey.artemis : artemis-server | jar | 2.0.1 |
| org.springframework : spring-context | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework.boot : spring-boot-starter-test | jar |