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