Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.wangjiegulu |
ArtifactId | ArtifactIdrapidorm |
Version | Version2.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
rapidorm-2.1.0.pom | |
rapidorm-2.1.0.aar | 63 KB |
rapidorm-2.1.0-android.aar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wangjiegulu/rapidorm/ -->
<dependency>
<groupId>com.github.wangjiegulu</groupId>
<artifactId>rapidorm</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangjiegulu/rapidorm/
implementation 'com.github.wangjiegulu:rapidorm:2.1.0'
// https://jarcasting.com/artifacts/com.github.wangjiegulu/rapidorm/
implementation ("com.github.wangjiegulu:rapidorm:2.1.0")
'com.github.wangjiegulu:rapidorm:aar:2.1.0'
<dependency org="com.github.wangjiegulu" name="rapidorm" rev="2.1.0">
<artifact name="rapidorm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangjiegulu', module='rapidorm', version='2.1.0')
)
libraryDependencies += "com.github.wangjiegulu" % "rapidorm" % "2.1.0"
[com.github.wangjiegulu/rapidorm "2.1.0"]