Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcool.lazy-cat |
ArtifactId | ArtifactIdorm-base |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
orm-base-2.0.0.pom | |
orm-base-2.0.0.jar | 5 KB |
orm-base-2.0.0-sources.jar | 5 KB |
orm-base-2.0.0-javadoc.jar | 58 KB |
Browse |
<!-- 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"]