License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.neolumin.simpleorm |
ArtifactId | ArtifactIdsimple-orm |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSimple ORM
Simple ORM for Accumulo and SQL
|
Filename | Size |
---|---|
simple-orm-0.1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neolumin.simpleorm/simple-orm/ -->
<dependency>
<groupId>org.neolumin.simpleorm</groupId>
<artifactId>simple-orm</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.neolumin.simpleorm/simple-orm/
implementation 'org.neolumin.simpleorm:simple-orm:0.1.0'
// https://jarcasting.com/artifacts/org.neolumin.simpleorm/simple-orm/
implementation ("org.neolumin.simpleorm:simple-orm:0.1.0")
'org.neolumin.simpleorm:simple-orm:pom:0.1.0'
<dependency org="org.neolumin.simpleorm" name="simple-orm" rev="0.1.0">
<artifact name="simple-orm" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.neolumin.simpleorm', module='simple-orm', version='0.1.0')
)
libraryDependencies += "org.neolumin.simpleorm" % "simple-orm" % "0.1.0"
[org.neolumin.simpleorm/simple-orm "0.1.0"]