Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdcom.mercateo |
ArtifactId | ArtifactIdmercateo-spring-boot-starter-hornetq-cluster |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mercateo/mercateo-spring-boot-starter-hornetq-cluster/ -->
<dependency>
<groupId>com.mercateo</groupId>
<artifactId>mercateo-spring-boot-starter-hornetq-cluster</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo/mercateo-spring-boot-starter-hornetq-cluster/
implementation 'com.mercateo:mercateo-spring-boot-starter-hornetq-cluster:1.0.1'
// https://jarcasting.com/artifacts/com.mercateo/mercateo-spring-boot-starter-hornetq-cluster/
implementation ("com.mercateo:mercateo-spring-boot-starter-hornetq-cluster:1.0.1")
'com.mercateo:mercateo-spring-boot-starter-hornetq-cluster:jar:1.0.1'
<dependency org="com.mercateo" name="mercateo-spring-boot-starter-hornetq-cluster" rev="1.0.1">
<artifact name="mercateo-spring-boot-starter-hornetq-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo', module='mercateo-spring-boot-starter-hornetq-cluster', version='1.0.1')
)
libraryDependencies += "com.mercateo" % "mercateo-spring-boot-starter-hornetq-cluster" % "1.0.1"
[com.mercateo/mercateo-spring-boot-starter-hornetq-cluster "1.0.1"]