MVN

com.soywiz : korio-ext-db-mongodb

Maven & Gradle

Sep 20, 2017
1 stars

korio-ext-db-mongodb · Korio: Kotlin cORoutines I/O : Streams + Async TCP Client/Server + Virtual File System for JVM, Node.JS and Browser

<dependency>
    <groupId>com.soywiz</groupId>
    <artifactId>korio-ext-db-mongodb</artifactId>
    <version>0.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soywiz : korio-ext-db-mongodb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.0

All Versions

Choose a version of com.soywiz : korio-ext-db-mongodb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
korio-ext-db-mongodb-0.13.0
0.12.x
korio-ext-db-mongodb-0.12.0
0.11.x
korio-ext-db-mongodb-0.11.0
0.10.x
korio-ext-db-mongodb-0.10.0
0.9.x
korio-ext-db-mongodb-0.9.1
korio-ext-db-mongodb-0.9.0
0.8.x
korio-ext-db-mongodb-0.8.5
korio-ext-db-mongodb-0.8.4
korio-ext-db-mongodb-0.8.3
korio-ext-db-mongodb-0.8.2
korio-ext-db-mongodb-0.8.1
korio-ext-db-mongodb-0.8.0
0.7.x
korio-ext-db-mongodb-0.7.1

How to add a dependency to Maven

Add the following com.soywiz : korio-ext-db-mongodb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.soywiz</groupId>
    <artifactId>korio-ext-db-mongodb</artifactId>
    <version>0.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.soywiz : korio-ext-db-mongodb gradle dependency to your build.gradle file:

implementation 'com.soywiz:korio-ext-db-mongodb:0.13.0'

Gradle Kotlin DSL: Add the following com.soywiz : korio-ext-db-mongodb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.soywiz:korio-ext-db-mongodb:0.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.soywiz : korio-ext-db-mongodb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.soywiz" % "korio-ext-db-mongodb" % "0.13.0"

Advertisement

Dependencies from Group

Jan 18, 2018
51 usages
362 stars
Sep 20, 2017
46 usages
1 stars
Jan 18, 2018
29 usages
362 stars
Jan 18, 2018
27 usages
78 stars
Aug 28, 2017
25 usages
133 stars

Discover Dependencies