is not current version
Last Version 0.3

org.gradle.api.plugins:gradle-nexus-plugin 0.1

Gradle plugin for configuring and upload artifacts to Sonatype Nexus.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.gradle.api.plugins
ArtifactId

ArtifactId

gradle-nexus-plugin
Version

Version

0.1
Type

Type

jar

Download gradle-nexus-plugin 0.1


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