Moved
Merged into https://github.com/sonatype/nexus-oss
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.sonatype.nexus.restlight |
| Идентификатор | Идентификаторnexus-restlight-clients |
| Последняя версия | Последняя версия2.3.1-01 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание${project.name}
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| nexus-restlight-clients-2.3.1-01.pom | 4 KB |
| nexus-restlight-clients-2.3.1-01-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>2.3.1-01</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-clients/
implementation 'org.sonatype.nexus.restlight:nexus-restlight-clients:2.3.1-01'
// https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-clients/
implementation ("org.sonatype.nexus.restlight:nexus-restlight-clients:2.3.1-01")
'org.sonatype.nexus.restlight:nexus-restlight-clients:jar:2.3.1-01'
<dependency org="org.sonatype.nexus.restlight" name="nexus-restlight-clients" rev="2.3.1-01">
<artifact name="nexus-restlight-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.restlight', module='nexus-restlight-clients', version='2.3.1-01')
)
libraryDependencies += "org.sonatype.nexus.restlight" % "nexus-restlight-clients" % "2.3.1-01"
[org.sonatype.nexus.restlight/nexus-restlight-clients "2.3.1-01"]
Merged into https://github.com/sonatype/nexus-oss