| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.github.supersanders |
| ArtifactId | ArtifactIdcube-orm |
| Last Version | Last Version3.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAndroid SQLite ORM
Android SQLite ORM.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cube-orm-3.1.pom | |
| cube-orm-3.1.aar | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.supersanders/cube-orm/ -->
<dependency>
<groupId>com.github.supersanders</groupId>
<artifactId>cube-orm</artifactId>
<version>3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.supersanders/cube-orm/
implementation 'com.github.supersanders:cube-orm:3.1'
// https://jarcasting.com/artifacts/com.github.supersanders/cube-orm/
implementation ("com.github.supersanders:cube-orm:3.1")
'com.github.supersanders:cube-orm:aar:3.1'
<dependency org="com.github.supersanders" name="cube-orm" rev="3.1">
<artifact name="cube-orm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.supersanders', module='cube-orm', version='3.1')
)
libraryDependencies += "com.github.supersanders" % "cube-orm" % "3.1"
[com.github.supersanders/cube-orm "3.1"]