Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.wangjiegulu |
ArtifactId | ArtifactIdrapidorm |
Version | Version2.1.1-rc01 |
Type | Typeaar |
Filename | Size |
---|---|
rapidorm-2.1.1-rc01.pom | |
rapidorm-2.1.1-rc01.aar | 63 KB |
rapidorm-2.1.1-rc01-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.1-rc01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangjiegulu/rapidorm/
implementation 'com.github.wangjiegulu:rapidorm:2.1.1-rc01'
// https://jarcasting.com/artifacts/com.github.wangjiegulu/rapidorm/
implementation ("com.github.wangjiegulu:rapidorm:2.1.1-rc01")
'com.github.wangjiegulu:rapidorm:aar:2.1.1-rc01'
<dependency org="com.github.wangjiegulu" name="rapidorm" rev="2.1.1-rc01">
<artifact name="rapidorm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangjiegulu', module='rapidorm', version='2.1.1-rc01')
)
libraryDependencies += "com.github.wangjiegulu" % "rapidorm" % "2.1.1-rc01"
[com.github.wangjiegulu/rapidorm "2.1.1-rc01"]