License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.solace.spring.boot |
ArtifactId | ArtifactIdsolace-spring-boot-bom |
Version | Version1.1.0 |
Type | Typepom |
Description |
DescriptionSolace Spring Boot BOM
BOM for Solace Spring Boot
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
solace-spring-boot-bom-1.1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.solace.spring.boot/solace-spring-boot-bom/ -->
<dependency>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-bom</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.solace.spring.boot/solace-spring-boot-bom/
implementation 'com.solace.spring.boot:solace-spring-boot-bom:1.1.0'
// https://jarcasting.com/artifacts/com.solace.spring.boot/solace-spring-boot-bom/
implementation ("com.solace.spring.boot:solace-spring-boot-bom:1.1.0")
'com.solace.spring.boot:solace-spring-boot-bom:pom:1.1.0'
<dependency org="com.solace.spring.boot" name="solace-spring-boot-bom" rev="1.1.0">
<artifact name="solace-spring-boot-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.solace.spring.boot', module='solace-spring-boot-bom', version='1.1.0')
)
libraryDependencies += "com.solace.spring.boot" % "solace-spring-boot-bom" % "1.1.0"
[com.solace.spring.boot/solace-spring-boot-bom "1.1.0"]