| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdorg.neolumin.simpleorm |
| ArtifactId | ArtifactIdsimple-orm-core |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSimple ORM: Core
Simple ORM for Accumulo and SQL
|
| Filename | Size |
|---|---|
| simple-orm-core-0.1.0.pom | |
| simple-orm-core-0.1.0.jar | 24 KB |
| simple-orm-core-0.1.0-sources.jar | 6 KB |
| simple-orm-core-0.1.0-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.neolumin.simpleorm/simple-orm-core/ -->
<dependency>
<groupId>org.neolumin.simpleorm</groupId>
<artifactId>simple-orm-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.neolumin.simpleorm/simple-orm-core/
implementation 'org.neolumin.simpleorm:simple-orm-core:0.1.0'
// https://jarcasting.com/artifacts/org.neolumin.simpleorm/simple-orm-core/
implementation ("org.neolumin.simpleorm:simple-orm-core:0.1.0")
'org.neolumin.simpleorm:simple-orm-core:jar:0.1.0'
<dependency org="org.neolumin.simpleorm" name="simple-orm-core" rev="0.1.0">
<artifact name="simple-orm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neolumin.simpleorm', module='simple-orm-core', version='0.1.0')
)
libraryDependencies += "org.neolumin.simpleorm" % "simple-orm-core" % "0.1.0"
[org.neolumin.simpleorm/simple-orm-core "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20131018 |
| com.google.guava : guava | jar | 17.0 |