n

nexus

APIs and tasks to help working with the Nexus API that powers OSSRH and other Sonatype repositories
https://github.com/vanniktech/gradle-maven-publish-plugin/
The Apache Software License, Version 2.0
Niklas Baudy
Files download
File Operation
nexus-0.22.0.jar download
nexus-0.22.0.pom download
nexus-0.22.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vanniktech</groupId>
  <artifactId>nexus</artifactId>
  <version>0.22.0</version>
</dependency>
Gradle Groovy
implementation 'com.vanniktech:nexus:0.22.0'
Gradle Kotlin
implementation("com.vanniktech:nexus:0.22.0")
Scala SBT
libraryDependencies += "com.vanniktech" % "nexus" % "0.22.0"
Groovy Grape
@Grapes(
  @Grab(group='com.vanniktech', module='nexus', version='0.22.0')
)
Apache Ivy
<dependency org="com.vanniktech" name="nexus" rev="0.22.0" />
Leiningen
[com.vanniktech/nexus "0.22.0"]
Apache Buildr
'com.vanniktech:nexus:jar:0.22.0'