Categories |
CategoriesRealm Data Databases |
---|---|
GroupId | GroupIdcom.github.marcelosmith77 |
ArtifactId | ArtifactIdandroid-realm |
Version | Version1.01.00 |
Type | Typeaar |
Filename | Size |
---|---|
android-realm-1.01.00.pom | |
android-realm-1.01.00.aar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marcelosmith77/android-realm/ -->
<dependency>
<groupId>com.github.marcelosmith77</groupId>
<artifactId>android-realm</artifactId>
<version>1.01.00</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcelosmith77/android-realm/
implementation 'com.github.marcelosmith77:android-realm:1.01.00'
// https://jarcasting.com/artifacts/com.github.marcelosmith77/android-realm/
implementation ("com.github.marcelosmith77:android-realm:1.01.00")
'com.github.marcelosmith77:android-realm:aar:1.01.00'
<dependency org="com.github.marcelosmith77" name="android-realm" rev="1.01.00">
<artifact name="android-realm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcelosmith77', module='android-realm', version='1.01.00')
)
libraryDependencies += "com.github.marcelosmith77" % "android-realm" % "1.01.00"
[com.github.marcelosmith77/android-realm "1.01.00"]