MVN

com.soywiz : korio-ext-db-base

Maven & Gradle

Jan 11, 2018
3 usages
3 stars

korio-ext-db-base · Korio-Db: DataBase extensions for Korio

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

Latest Version

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

  • Latest Stable: 0.19.1

All Versions

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

Version Vulnerabilities Updated
0.19.x
korio-ext-db-base-0.19.1
0.18.x
korio-ext-db-base-0.18.0
0.17.x
korio-ext-db-base-0.17.1
0.15.x
korio-ext-db-base-0.15.2
korio-ext-db-base-0.15.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.soywiz</groupId>
    <artifactId>korio-ext-db-base</artifactId>
    <version>0.19.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.soywiz:korio-ext-db-base:0.19.1'

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

implementation("com.soywiz:korio-ext-db-base:0.19.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.soywiz" % "korio-ext-db-base" % "0.19.1"

Advertisement