| Группа | Группаcom.klarna |
|---|---|
| Идентификатор | Идентификаторkco-rest |
| Версия | Версия2.2.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| kco-rest-2.2.4.pom | |
| kco-rest-2.2.4.jar | 112 KB |
| kco-rest-2.2.4-sources.jar | 94 KB |
| kco-rest-2.2.4-javadoc.jar | 546 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.klarna/kco-rest/ -->
<dependency>
<groupId>com.klarna</groupId>
<artifactId>kco-rest</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.klarna/kco-rest/
implementation 'com.klarna:kco-rest:2.2.4'
// https://jarcasting.com/artifacts/com.klarna/kco-rest/
implementation ("com.klarna:kco-rest:2.2.4")
'com.klarna:kco-rest:jar:2.2.4'
<dependency org="com.klarna" name="kco-rest" rev="2.2.4">
<artifact name="kco-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.klarna', module='kco-rest', version='2.2.4')
)
libraryDependencies += "com.klarna" % "kco-rest" % "2.2.4"
[com.klarna/kco-rest "2.2.4"]