Categories |
CategoriesKotlin Languages Realm Data Databases |
---|---|
GroupId | GroupIdio.realm.kotlin |
ArtifactId | ArtifactIdcinterop-android-debug |
Version | Version0.6.0 |
Type | Typeaar |
Filename | Size |
---|---|
cinterop-android-debug-0.6.0.pom | |
cinterop-android-debug-0.6.0-sources.jar | 54 KB |
cinterop-android-debug-0.6.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.realm.kotlin/cinterop-android-debug/ -->
<dependency>
<groupId>io.realm.kotlin</groupId>
<artifactId>cinterop-android-debug</artifactId>
<version>0.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.realm.kotlin/cinterop-android-debug/
implementation 'io.realm.kotlin:cinterop-android-debug:0.6.0'
// https://jarcasting.com/artifacts/io.realm.kotlin/cinterop-android-debug/
implementation ("io.realm.kotlin:cinterop-android-debug:0.6.0")
'io.realm.kotlin:cinterop-android-debug:aar:0.6.0'
<dependency org="io.realm.kotlin" name="cinterop-android-debug" rev="0.6.0">
<artifact name="cinterop-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.realm.kotlin', module='cinterop-android-debug', version='0.6.0')
)
libraryDependencies += "io.realm.kotlin" % "cinterop-android-debug" % "0.6.0"
[io.realm.kotlin/cinterop-android-debug "0.6.0"]