License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcool.lazy-cat |
ArtifactId | ArtifactIdorm-base |
Version | Version2.2.0 |
Type | Typejar |
Description |
Descriptionorm base
orm framework base
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
orm-base-2.2.0.pom | |
orm-base-2.2.0.jar | 10 KB |
orm-base-2.2.0-sources.jar | 8 KB |
orm-base-2.2.0-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cool.lazy-cat/orm-base/ -->
<dependency>
<groupId>cool.lazy-cat</groupId>
<artifactId>orm-base</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cool.lazy-cat/orm-base/
implementation 'cool.lazy-cat:orm-base:2.2.0'
// https://jarcasting.com/artifacts/cool.lazy-cat/orm-base/
implementation ("cool.lazy-cat:orm-base:2.2.0")
'cool.lazy-cat:orm-base:jar:2.2.0'
<dependency org="cool.lazy-cat" name="orm-base" rev="2.2.0">
<artifact name="orm-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.lazy-cat', module='orm-base', version='2.2.0')
)
libraryDependencies += "cool.lazy-cat" % "orm-base" % "2.2.0"
[cool.lazy-cat/orm-base "2.2.0"]