is not current version
Last Version 2.4.0

cool.lazy-cat:orm-base 2.0.0

orm framework base

Categories

Categories

ORM Data
GroupId

GroupId

cool.lazy-cat
ArtifactId

ArtifactId

orm-base
Version

Version

2.0.0
Type

Type

jar

Download orm-base 2.0.0


<!-- https://jarcasting.com/artifacts/cool.lazy-cat/orm-base/ -->
<dependency>
    <groupId>cool.lazy-cat</groupId>
    <artifactId>orm-base</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cool.lazy-cat/orm-base/
implementation 'cool.lazy-cat:orm-base:2.0.0'
// https://jarcasting.com/artifacts/cool.lazy-cat/orm-base/
implementation ("cool.lazy-cat:orm-base:2.0.0")
'cool.lazy-cat:orm-base:jar:2.0.0'
<dependency org="cool.lazy-cat" name="orm-base" rev="2.0.0">
  <artifact name="orm-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.lazy-cat', module='orm-base', version='2.0.0')
)
libraryDependencies += "cool.lazy-cat" % "orm-base" % "2.0.0"
[cool.lazy-cat/orm-base "2.0.0"]