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