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.27.0-rc2.jar download
nexus-0.27.0-rc2.pom download
nexus-0.27.0-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vanniktech</groupId>
  <artifactId>nexus</artifactId>
  <version>0.27.0-rc2</version>
</dependency>
Gradle Groovy
implementation 'com.vanniktech:nexus:0.27.0-rc2'
Gradle Kotlin
implementation("com.vanniktech:nexus:0.27.0-rc2")
Scala SBT
libraryDependencies += "com.vanniktech" % "nexus" % "0.27.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='com.vanniktech', module='nexus', version='0.27.0-rc2')
)
Apache Ivy
<dependency org="com.vanniktech" name="nexus" rev="0.27.0-rc2" />
Leiningen
[com.vanniktech/nexus "0.27.0-rc2"]
Apache Buildr
'com.vanniktech:nexus:jar:0.27.0-rc2'