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