Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.supersanders |
ArtifactId | ArtifactIdcube-orm |
Version | Version3.0 |
Type | Typeaar |
Filename | Size |
---|---|
cube-orm-3.0.pom | |
cube-orm-3.0.aar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.supersanders/cube-orm/ -->
<dependency>
<groupId>com.github.supersanders</groupId>
<artifactId>cube-orm</artifactId>
<version>3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.supersanders/cube-orm/
implementation 'com.github.supersanders:cube-orm:3.0'
// https://jarcasting.com/artifacts/com.github.supersanders/cube-orm/
implementation ("com.github.supersanders:cube-orm:3.0")
'com.github.supersanders:cube-orm:aar:3.0'
<dependency org="com.github.supersanders" name="cube-orm" rev="3.0">
<artifact name="cube-orm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.supersanders', module='cube-orm', version='3.0')
)
libraryDependencies += "com.github.supersanders" % "cube-orm" % "3.0"
[com.github.supersanders/cube-orm "3.0"]