License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdbr.com.objectos |
ArtifactId | ArtifactIdorm |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobjectos :: orm
A lightweight Java8 ORM library.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
orm-0.1.0.pom | |
orm-0.1.0.jar | 3 KB |
orm-0.1.0-sources.jar | 3 KB |
orm-0.1.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/orm/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>orm</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/orm/
implementation 'br.com.objectos:orm:0.1.0'
// https://jarcasting.com/artifacts/br.com.objectos/orm/
implementation ("br.com.objectos:orm:0.1.0")
'br.com.objectos:orm:jar:0.1.0'
<dependency org="br.com.objectos" name="orm" rev="0.1.0">
<artifact name="orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='orm', version='0.1.0')
)
libraryDependencies += "br.com.objectos" % "orm" % "0.1.0"
[br.com.objectos/orm "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos : sql | jar | 0.11.1 |
javax.inject : javax.inject | jar | 1 |