MVN

com.soywiz : kimage

Maven & Gradle

Dec 31, 2016

kimage · Kotlin Imaging utilities without dependencies

<dependency>
    <groupId>com.soywiz</groupId>
    <artifactId>kimage</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.4

All Versions

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

Version Vulnerabilities Updated
0.2.x
kimage-0.2.4
kimage-0.2.3
kimage-0.2.2
kimage-0.2.1
0.0.x
kimage-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.soywiz</groupId>
    <artifactId>kimage</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.soywiz : kimage gradle dependency to your build.gradle file:

implementation 'com.soywiz:kimage:0.2.4'

Gradle Kotlin DSL: Add the following com.soywiz : kimage gradle kotlin dependency to your build.gradle.kts file:

implementation("com.soywiz:kimage:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.soywiz : kimage sbt scala dependency to your build.sbt file:

libraryDependencies += "com.soywiz" % "kimage" % "0.2.4"

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