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