MVN

org.nield : rxkotlin-jdbc

Maven & Gradle

Aug 17, 2018
28 stars

rxkotlin-jdbc · Fluent RxJava JDBC extension functions for Kotlin

<dependency>
    <groupId>org.nield</groupId>
    <artifactId>rxkotlin-jdbc</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nield : rxkotlin-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of org.nield : rxkotlin-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
rxkotlin-jdbc-0.4.1
rxkotlin-jdbc-0.4.0
0.3.x
rxkotlin-jdbc-0.3.2
rxkotlin-jdbc-0.3.1
rxkotlin-jdbc-0.3.0
0.2.x
rxkotlin-jdbc-0.2.8
rxkotlin-jdbc-0.2.7
rxkotlin-jdbc-0.2.6
rxkotlin-jdbc-0.2.5
rxkotlin-jdbc-0.2.4
rxkotlin-jdbc-0.2.3
rxkotlin-jdbc-0.2.2
rxkotlin-jdbc-0.2.1
rxkotlin-jdbc-0.2.0
0.1.x
rxkotlin-jdbc-0.1.1
rxkotlin-jdbc-0.1.0
0.0.x
rxkotlin-jdbc-0.0.1

How to add a dependency to Maven

Add the following org.nield : rxkotlin-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nield</groupId>
    <artifactId>rxkotlin-jdbc</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nield : rxkotlin-jdbc gradle dependency to your build.gradle file:

implementation 'org.nield:rxkotlin-jdbc:0.4.1'

Gradle Kotlin DSL: Add the following org.nield : rxkotlin-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nield:rxkotlin-jdbc:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nield : rxkotlin-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nield" % "rxkotlin-jdbc" % "0.4.1"

Advertisement