Nexus Tools
A collection of tools to make using Nexus even easier.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.ghunteranderson.nexus |
| Идентификатор | Идентификаторrest-client |
| Последняя версия | Последняя версия0.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеNexus Rest Client
A Java REST client for Nexus repository.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rest-client-0.0.0.pom | |
| rest-client-0.0.0.jar | 36 KB |
| rest-client-0.0.0-sources.jar | 12 KB |
| rest-client-0.0.0-javadoc.jar | 126 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ghunteranderson.nexus/rest-client/ -->
<dependency>
<groupId>com.ghunteranderson.nexus</groupId>
<artifactId>rest-client</artifactId>
<version>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ghunteranderson.nexus/rest-client/
implementation 'com.ghunteranderson.nexus:rest-client:0.0.0'
// https://jarcasting.com/artifacts/com.ghunteranderson.nexus/rest-client/
implementation ("com.ghunteranderson.nexus:rest-client:0.0.0")
'com.ghunteranderson.nexus:rest-client:jar:0.0.0'
<dependency org="com.ghunteranderson.nexus" name="rest-client" rev="0.0.0">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ghunteranderson.nexus', module='rest-client', version='0.0.0')
)
libraryDependencies += "com.ghunteranderson.nexus" % "rest-client" % "0.0.0"
[com.ghunteranderson.nexus/rest-client "0.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.ghunteranderson : jsemver | jar | 0.1.0 |
| org.glassfish.jersey.core : jersey-client | jar | 2.29.1 |
| org.glassfish.jersey.inject : jersey-hk2 | jar | 2.29.1 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.29.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |
A collection of tools to make using Nexus even easier.