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