License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdbr.com.objectos |
ArtifactId | ArtifactIdorm-compiler |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobjectos :: orm :: compiler
A lightweight Java8 ORM library.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
orm-compiler-0.1.0.pom | |
orm-compiler-0.1.0.jar | 103 KB |
orm-compiler-0.1.0-sources.jar | 48 KB |
orm-compiler-0.1.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/orm-compiler/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>orm-compiler</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/orm-compiler/
implementation 'br.com.objectos:orm-compiler:0.1.0'
// https://jarcasting.com/artifacts/br.com.objectos/orm-compiler/
implementation ("br.com.objectos:orm-compiler:0.1.0")
'br.com.objectos:orm-compiler:jar:0.1.0'
<dependency org="br.com.objectos" name="orm-compiler" rev="0.1.0">
<artifact name="orm-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='orm-compiler', version='0.1.0')
)
libraryDependencies += "br.com.objectos" % "orm-compiler" % "0.1.0"
[br.com.objectos/orm-compiler "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos : code-apt | jar | 0.8.2 |
br.com.objectos : collections | jar | 0.1.1 |
br.com.objectos : metainf-compiler Optional | jar | 0.1.0 |
br.com.objectos : orm | jar | 0.1.0 |
br.com.objectos : pojo-compiler Optional | jar | 0.5.4 |
br.com.objectos : pojo-plugin | jar | 0.5.4 |
br.com.objectos : schema-info | jar | 0.1.1 |
br.com.objectos : testable | jar | 0.4.3 |
br.com.objectos : testable-pojo-plugin Optional | jar | 0.4.3 |
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos : assertion | jar | 0.1.2 |
br.com.objectos : pojo-testing | jar | 0.5.4 |
br.com.objectos : schema-info-testing | jar | 0.1.1 |
com.google.guava : guava | jar | 18.0 |