Last Version

Gradle Sonatype Nexus plugin 0.3

Gradle plugin for configuring and upload artifacts to Sonatype Nexus.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.gradle.api.plugins
ArtifactId

ArtifactId

gradle-nexus-plugin
Version

Version

0.3
Type

Type

jar
Description

Description

Gradle Sonatype Nexus plugin
Gradle plugin for configuring and upload artifacts to Sonatype Nexus.
Project URL

Project URL

https://github.com/bmuschko/gradle-nexus-plugin
Source Code Management

Source Code Management

https://github.com/bmuschko/gradle-nexus-plugin

Download gradle-nexus-plugin 0.3


<!-- https://jarcasting.com/artifacts/org.gradle.api.plugins/gradle-nexus-plugin/ -->
<dependency>
    <groupId>org.gradle.api.plugins</groupId>
    <artifactId>gradle-nexus-plugin</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.gradle.api.plugins/gradle-nexus-plugin/
implementation 'org.gradle.api.plugins:gradle-nexus-plugin:0.3'
// https://jarcasting.com/artifacts/org.gradle.api.plugins/gradle-nexus-plugin/
implementation ("org.gradle.api.plugins:gradle-nexus-plugin:0.3")
'org.gradle.api.plugins:gradle-nexus-plugin:jar:0.3'
<dependency org="org.gradle.api.plugins" name="gradle-nexus-plugin" rev="0.3">
  <artifact name="gradle-nexus-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gradle.api.plugins', module='gradle-nexus-plugin', version='0.3')
)
libraryDependencies += "org.gradle.api.plugins" % "gradle-nexus-plugin" % "0.3"
[org.gradle.api.plugins/gradle-nexus-plugin "0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.