Categories |
CategoriesJava Languages Spring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.solace.spring.boot |
ArtifactId | ArtifactIdsolace-java-spring-boot-parent |
Version | Version3.2.0 |
Type | Typepom |
Filename | Size |
---|---|
solace-java-spring-boot-parent-3.2.0.pom | 2 KB |
Browse |
<!-- 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.2.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.2.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.2.0")
'com.solace.spring.boot:solace-java-spring-boot-parent:pom:3.2.0'
<dependency org="com.solace.spring.boot" name="solace-java-spring-boot-parent" rev="3.2.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.2.0')
)
libraryDependencies += "com.solace.spring.boot" % "solace-java-spring-boot-parent" % "3.2.0"
[com.solace.spring.boot/solace-java-spring-boot-parent "3.2.0"]