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