| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.sonatype.nexus.restlight |
| Идентификатор | Идентификаторnexus-restlight-clients |
| Версия | Версия1.9.2-RC3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| nexus-restlight-clients-1.9.2-RC3.pom | 4 KB |
| nexus-restlight-clients-1.9.2-RC3-tests.jar | 2 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>1.9.2-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-clients/
implementation 'org.sonatype.nexus.restlight:nexus-restlight-clients:1.9.2-RC3'
// https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-clients/
implementation ("org.sonatype.nexus.restlight:nexus-restlight-clients:1.9.2-RC3")
'org.sonatype.nexus.restlight:nexus-restlight-clients:jar:1.9.2-RC3'
<dependency org="org.sonatype.nexus.restlight" name="nexus-restlight-clients" rev="1.9.2-RC3">
<artifact name="nexus-restlight-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.restlight', module='nexus-restlight-clients', version='1.9.2-RC3')
)
libraryDependencies += "org.sonatype.nexus.restlight" % "nexus-restlight-clients" % "1.9.2-RC3"
[org.sonatype.nexus.restlight/nexus-restlight-clients "1.9.2-RC3"]