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