An open API service indexing awesome lists of open source software.

https://github.com/rainbowdashlabs/nexus-api-wrapper

Incomplete implementation of an api wrapper for sonatype nexus written in java
https://github.com/rainbowdashlabs/nexus-api-wrapper

Last synced: 5 months ago
JSON representation

Incomplete implementation of an api wrapper for sonatype nexus written in java

Awesome Lists containing this project

README

        

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/rainbowdashlabs/nexus-api-wrapper/verify.yml?branch=main&style=for-the-badge&label=Building)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/rainbowdashlabs/nexus-api-wrapper/publish_to_nexus.yml?branch=main&style=for-the-badge&label=Publishing) \
![Sonatype Nexus (Releases)](https://img.shields.io/nexus/maven-releases/de.chojo/nexus-api-wrapper?label=Release&logo=Release&server=https%3A%2F%2Feldonexus.de&style=for-the-badge)
![Sonatype Nexus (Development)](https://img.shields.io/nexus/maven-dev/de.chojo/nexus-api-wrapper?label=DEV&logo=Release&server=https%3A%2F%2Feldonexus.de&style=for-the-badge)
![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/de.chojo/nexus-api-wrapper?color=orange&label=Snapshot&server=https%3A%2F%2Feldonexus.de&style=for-the-badge)

### [Javadocs](https://rainbowdashlabs.github.io/nexus-api-wrapper/)

## Dependency

**Gradle**

``` kotlin
repositories {
maven("https://eldonexus.de/repository/maven-public")
}

dependencies {
compileOnly("de.chojo", "nexus-api-wrapper", "version")
}
```

**Maven**

``` xml

EldoNexus
https://eldonexus.de/repository/maven-public/

de.chojo
nexus-api-wrapper
version

```