| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаio.github.kumareshbabuns |
| Идентификатор | Идентификаторspring-boot-hello-service |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot Hello Service
Parent pom providing dependency and plugin management for applications
built with Maven
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.github.kumareshbabuns/spring-boot-hello-service/ -->
<dependency>
<groupId>io.github.kumareshbabuns</groupId>
<artifactId>spring-boot-hello-service</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kumareshbabuns/spring-boot-hello-service/
implementation 'io.github.kumareshbabuns:spring-boot-hello-service:1.0.0'
// https://jarcasting.com/artifacts/io.github.kumareshbabuns/spring-boot-hello-service/
implementation ("io.github.kumareshbabuns:spring-boot-hello-service:1.0.0")
'io.github.kumareshbabuns:spring-boot-hello-service:jar:1.0.0'
<dependency org="io.github.kumareshbabuns" name="spring-boot-hello-service" rev="1.0.0">
<artifact name="spring-boot-hello-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kumareshbabuns', module='spring-boot-hello-service', version='1.0.0')
)
libraryDependencies += "io.github.kumareshbabuns" % "spring-boot-hello-service" % "1.0.0"
[io.github.kumareshbabuns/spring-boot-hello-service "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.5.4.RELEASE |