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