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