is not current version
Last Version 0.6

com.adaptc.gradle:nexus-workflow 0.2

Gradle plugin for staging, closing, and promoting Nexus repositories.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.adaptc.gradle
ArtifactId

ArtifactId

nexus-workflow
Version

Version

0.2
Type

Type

jar

Download nexus-workflow 0.2


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