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