License |
License |
---|---|
Categories |
CategoriesKotlin Languages CLI User Interface Realm Data Databases |
GroupId | GroupIdio.github.clistery |
ArtifactId | ArtifactIdkotlin-realm-ext |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionKotlin-Realm-Extensions -Release
Continuation version for https://github.com/vicpinm/Kotlin-Realm-Extensions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-realm-ext-3.1.1.pom | |
kotlin-realm-ext-3.1.1-sources.jar | 27 KB |
kotlin-realm-ext-3.1.1-javadoc.jar | 385 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.clistery/kotlin-realm-ext/ -->
<dependency>
<groupId>io.github.clistery</groupId>
<artifactId>kotlin-realm-ext</artifactId>
<version>3.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.clistery/kotlin-realm-ext/
implementation 'io.github.clistery:kotlin-realm-ext:3.1.1'
// https://jarcasting.com/artifacts/io.github.clistery/kotlin-realm-ext/
implementation ("io.github.clistery:kotlin-realm-ext:3.1.1")
'io.github.clistery:kotlin-realm-ext:aar:3.1.1'
<dependency org="io.github.clistery" name="kotlin-realm-ext" rev="3.1.1">
<artifact name="kotlin-realm-ext" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.clistery', module='kotlin-realm-ext', version='3.1.1')
)
libraryDependencies += "io.github.clistery" % "kotlin-realm-ext" % "3.1.1"
[io.github.clistery/kotlin-realm-ext "3.1.1"]