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