Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.leapframework |
ArtifactId | ArtifactIdspring-boot-starter-jmms |
Version | Version0.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.leapframework/spring-boot-starter-jmms/ -->
<dependency>
<groupId>org.leapframework</groupId>
<artifactId>spring-boot-starter-jmms</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.leapframework/spring-boot-starter-jmms/
implementation 'org.leapframework:spring-boot-starter-jmms:0.4.1'
// https://jarcasting.com/artifacts/org.leapframework/spring-boot-starter-jmms/
implementation ("org.leapframework:spring-boot-starter-jmms:0.4.1")
'org.leapframework:spring-boot-starter-jmms:jar:0.4.1'
<dependency org="org.leapframework" name="spring-boot-starter-jmms" rev="0.4.1">
<artifact name="spring-boot-starter-jmms" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.leapframework', module='spring-boot-starter-jmms', version='0.4.1')
)
libraryDependencies += "org.leapframework" % "spring-boot-starter-jmms" % "0.4.1"
[org.leapframework/spring-boot-starter-jmms "0.4.1"]