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
- Host: GitHub
- URL: https://github.com/rainbowdashlabs/nexus-api-wrapper
- Owner: rainbowdashlabs
- License: agpl-3.0
- Created: 2023-03-07T09:39:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T22:20:58.000Z (6 months ago)
- Last Synced: 2024-11-28T23:22:37.678Z (6 months ago)
- Language: Java
- Size: 635 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README

 \


### [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```