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