| License |
License
LGPL 2.1
|
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdio.github.dargiri |
| ArtifactId | ArtifactIddorm |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionD-ORM
D-ORM - Tiny ORM for Google Cloud Datastore
|
| Filename | Size |
|---|---|
| dorm-1.0.0.pom | |
| dorm-1.0.0.jar | 30 KB |
| dorm-1.0.0-sources.jar | 13 KB |
| dorm-1.0.0-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dargiri/dorm/ -->
<dependency>
<groupId>io.github.dargiri</groupId>
<artifactId>dorm</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dargiri/dorm/
implementation 'io.github.dargiri:dorm:1.0.0'
// https://jarcasting.com/artifacts/io.github.dargiri/dorm/
implementation ("io.github.dargiri:dorm:1.0.0")
'io.github.dargiri:dorm:jar:1.0.0'
<dependency org="io.github.dargiri" name="dorm" rev="1.0.0">
<artifact name="dorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dargiri', module='dorm', version='1.0.0')
)
libraryDependencies += "io.github.dargiri" % "dorm" % "1.0.0"
[io.github.dargiri/dorm "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.google.cloud : google-cloud-datastore | jar | 1.40.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.2 |