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