| GroupId | GroupIdcom.klarna |
|---|---|
| ArtifactId | ArtifactIdkco-rest |
| Version | Version2.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kco-rest-2.2.0.pom | |
| kco-rest-2.2.0.jar | 97 KB |
| kco-rest-2.2.0-sources.jar | 81 KB |
| kco-rest-2.2.0-javadoc.jar | 477 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.klarna/kco-rest/ -->
<dependency>
<groupId>com.klarna</groupId>
<artifactId>kco-rest</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.klarna/kco-rest/
implementation 'com.klarna:kco-rest:2.2.0'
// https://jarcasting.com/artifacts/com.klarna/kco-rest/
implementation ("com.klarna:kco-rest:2.2.0")
'com.klarna:kco-rest:jar:2.2.0'
<dependency org="com.klarna" name="kco-rest" rev="2.2.0">
<artifact name="kco-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.klarna', module='kco-rest', version='2.2.0')
)
libraryDependencies += "com.klarna" % "kco-rest" % "2.2.0"
[com.klarna/kco-rest "2.2.0"]