License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.rethinkdb |
ArtifactId | ArtifactIdrethinkdb-kotlin-jvm |
Version | Version2.4.0 |
Type | Typejar |
Description |
DescriptionRethinkDB Kotlin JVM extensions
Kotlin extensions for the RethinkDB Java driver
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rethinkdb-kotlin-jvm-2.4.0.pom | |
rethinkdb-kotlin-jvm-2.4.0.jar | 7 KB |
rethinkdb-kotlin-jvm-2.4.0-sources.jar | 1 KB |
rethinkdb-kotlin-jvm-2.4.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.rethinkdb/rethinkdb-kotlin-jvm/ -->
<dependency>
<groupId>com.rethinkdb</groupId>
<artifactId>rethinkdb-kotlin-jvm</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rethinkdb/rethinkdb-kotlin-jvm/
implementation 'com.rethinkdb:rethinkdb-kotlin-jvm:2.4.0'
// https://jarcasting.com/artifacts/com.rethinkdb/rethinkdb-kotlin-jvm/
implementation ("com.rethinkdb:rethinkdb-kotlin-jvm:2.4.0")
'com.rethinkdb:rethinkdb-kotlin-jvm:jar:2.4.0'
<dependency org="com.rethinkdb" name="rethinkdb-kotlin-jvm" rev="2.4.0">
<artifact name="rethinkdb-kotlin-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rethinkdb', module='rethinkdb-kotlin-jvm', version='2.4.0')
)
libraryDependencies += "com.rethinkdb" % "rethinkdb-kotlin-jvm" % "2.4.0"
[com.rethinkdb/rethinkdb-kotlin-jvm "2.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.70 |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.10.2 |
com.rethinkdb : rethinkdb-driver | jar | 2.4.1 |