Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcool.lazy-cat |
ArtifactId | ArtifactIdorm-base |
Version | Version2.3.1 |
Type | Typejar |
Filename | Size |
---|---|
orm-base-2.3.1.pom | |
orm-base-2.3.1.jar | 13 KB |
orm-base-2.3.1-sources.jar | 10 KB |
orm-base-2.3.1-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cool.lazy-cat/orm-base/ -->
<dependency>
<groupId>cool.lazy-cat</groupId>
<artifactId>orm-base</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/cool.lazy-cat/orm-base/
implementation 'cool.lazy-cat:orm-base:2.3.1'
// https://jarcasting.com/artifacts/cool.lazy-cat/orm-base/
implementation ("cool.lazy-cat:orm-base:2.3.1")
'cool.lazy-cat:orm-base:jar:2.3.1'
<dependency org="cool.lazy-cat" name="orm-base" rev="2.3.1">
<artifact name="orm-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.lazy-cat', module='orm-base', version='2.3.1')
)
libraryDependencies += "cool.lazy-cat" % "orm-base" % "2.3.1"
[cool.lazy-cat/orm-base "2.3.1"]