s

stage-vote-release-plugin

Allows to stage the artifacts and vote on them before the release
https://github.com/vlsi/vlsi-release-plugins
Apache-2.0
Vladimir Sitnikov
文件下载
文件名 操作
stage-vote-release-plugin-1.67.jar 下载
stage-vote-release-plugin-1.67.pom 下载
stage-vote-release-plugin-1.67-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.vlsi.gradle</groupId>
  <artifactId>stage-vote-release-plugin</artifactId>
  <version>1.67</version>
</dependency>
Gradle Groovy
implementation 'com.github.vlsi.gradle:stage-vote-release-plugin:1.67'
Gradle Kotlin
implementation("com.github.vlsi.gradle:stage-vote-release-plugin:1.67")
Scala SBT
libraryDependencies += "com.github.vlsi.gradle" % "stage-vote-release-plugin" % "1.67"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vlsi.gradle', module='stage-vote-release-plugin', version='1.67')
)
Apache Ivy
<dependency org="com.github.vlsi.gradle" name="stage-vote-release-plugin" rev="1.67" />
Leiningen
[com.github.vlsi.gradle/stage-vote-release-plugin "1.67"]
Apache Buildr
'com.github.vlsi.gradle:stage-vote-release-plugin:jar:1.67'