MVN

com.soywiz : korio-amazon-root

Maven & Gradle

Jan 11, 2018
3 stars

korio-amazon-root · Korio-Amazon: Amazon extensions for Korio

<dependency>
    <groupId>com.soywiz</groupId>
    <artifactId>korio-amazon-root</artifactId>
    <version>0.19.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soywiz : korio-amazon-root to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19.1

All Versions

Choose a version of com.soywiz : korio-amazon-root to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19.x
korio-amazon-root-0.19.1
0.18.x
korio-amazon-root-0.18.0
0.15.x
korio-amazon-root-0.15.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.soywiz</groupId>
    <artifactId>korio-amazon-root</artifactId>
    <version>0.19.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.soywiz : korio-amazon-root gradle dependency to your build.gradle file:

implementation 'com.soywiz:korio-amazon-root:0.19.1'

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

implementation("com.soywiz:korio-amazon-root:0.19.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.soywiz : korio-amazon-root sbt scala dependency to your build.sbt file:

libraryDependencies += "com.soywiz" % "korio-amazon-root" % "0.19.1"

Advertisement