MVN

com.klarna : kco-rest

Maven & Gradle

Apr 03, 2020
25 stars

kco-rest · Klarna REST Java SDK

<dependency>
    <groupId>com.klarna</groupId>
    <artifactId>kco-rest</artifactId>
    <version>4.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.klarna : kco-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.3

All Versions

Choose a version of com.klarna : kco-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
kco-rest-4.0.3
kco-rest-4.0.2
kco-rest-4.0.1
kco-rest-4.0.0
3.2.x
kco-rest-3.2.3
kco-rest-3.2.2
kco-rest-3.2.1
kco-rest-3.2.0
3.1.x
kco-rest-3.1.1
kco-rest-3.1.0
3.0.x
kco-rest-3.0.6
kco-rest-3.0.5
kco-rest-3.0.4
kco-rest-3.0.3
kco-rest-3.0.2
kco-rest-3.0.1
kco-rest-3.0.0
2.2.x
kco-rest-2.2.4
kco-rest-2.2.3
kco-rest-2.2.2
kco-rest-2.2.1
kco-rest-2.2.0
2.1.x
kco-rest-2.1.0
2.0.x
kco-rest-2.0.1
kco-rest-2.0.0
1.0.x
kco-rest-1.0.1

How to add a dependency to Maven

Add the following com.klarna : kco-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.klarna</groupId>
    <artifactId>kco-rest</artifactId>
    <version>4.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.klarna : kco-rest gradle dependency to your build.gradle file:

implementation 'com.klarna:kco-rest:4.0.3'

Gradle Kotlin DSL: Add the following com.klarna : kco-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.klarna:kco-rest:4.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.klarna : kco-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.klarna" % "kco-rest" % "4.0.3"

Advertisement