Files download
File Operation
orm-api-spring-boot-starter-2.0.0.jar download
orm-api-spring-boot-starter-2.0.0.pom download
orm-api-spring-boot-starter-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cool.lazy-cat</groupId>
  <artifactId>orm-api-spring-boot-starter</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'cool.lazy-cat:orm-api-spring-boot-starter:2.0.0'
Gradle Kotlin
implementation("cool.lazy-cat:orm-api-spring-boot-starter:2.0.0")
Scala SBT
libraryDependencies += "cool.lazy-cat" % "orm-api-spring-boot-starter" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='cool.lazy-cat', module='orm-api-spring-boot-starter', version='2.0.0')
)
Apache Ivy
<dependency org="cool.lazy-cat" name="orm-api-spring-boot-starter" rev="2.0.0" />
Leiningen
[cool.lazy-cat/orm-api-spring-boot-starter "2.0.0"]
Apache Buildr
'cool.lazy-cat:orm-api-spring-boot-starter:jar:2.0.0'