| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.solace.spring.boot |
| Идентификатор | Идентификаторsolace-spring-boot-parent |
| Версия | Версия1.2.2 |
| Тип | Типpom |
| Описание |
ОписаниеSolace Spring Boot Parent
Parent package for Solace Spring Boot
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| solace-spring-boot-parent-1.2.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.solace.spring.boot/solace-spring-boot-parent/ -->
<dependency>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-parent</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.solace.spring.boot/solace-spring-boot-parent/
implementation 'com.solace.spring.boot:solace-spring-boot-parent:1.2.2'
// https://jarcasting.com/artifacts/com.solace.spring.boot/solace-spring-boot-parent/
implementation ("com.solace.spring.boot:solace-spring-boot-parent:1.2.2")
'com.solace.spring.boot:solace-spring-boot-parent:pom:1.2.2'
<dependency org="com.solace.spring.boot" name="solace-spring-boot-parent" rev="1.2.2">
<artifact name="solace-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.solace.spring.boot', module='solace-spring-boot-parent', version='1.2.2')
)
libraryDependencies += "com.solace.spring.boot" % "solace-spring-boot-parent" % "1.2.2"
[com.solace.spring.boot/solace-spring-boot-parent "1.2.2"]