Categories |
CategoriesSpring Boot Container Microservices ORM Data |
---|---|
GroupId | GroupIdcool.lazy-cat |
ArtifactId | ArtifactIdorm-api-spring-boot-starter |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cool.lazy-cat/orm-api-spring-boot-starter/ -->
<dependency>
<groupId>cool.lazy-cat</groupId>
<artifactId>orm-api-spring-boot-starter</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cool.lazy-cat/orm-api-spring-boot-starter/
implementation 'cool.lazy-cat:orm-api-spring-boot-starter:2.0.0'
// https://jarcasting.com/artifacts/cool.lazy-cat/orm-api-spring-boot-starter/
implementation ("cool.lazy-cat:orm-api-spring-boot-starter:2.0.0")
'cool.lazy-cat:orm-api-spring-boot-starter:jar:2.0.0'
<dependency org="cool.lazy-cat" name="orm-api-spring-boot-starter" rev="2.0.0">
<artifact name="orm-api-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.lazy-cat', module='orm-api-spring-boot-starter', version='2.0.0')
)
libraryDependencies += "cool.lazy-cat" % "orm-api-spring-boot-starter" % "2.0.0"
[cool.lazy-cat/orm-api-spring-boot-starter "2.0.0"]