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