Files download
File Operation
release-candidate-maven-plugin-1.0-201910011043.383523b.jar download
release-candidate-maven-plugin-1.0-201910011043.383523b.pom download
Apache Maven
<dependency>
  <groupId>com.smartcodeltd</groupId>
  <artifactId>release-candidate-maven-plugin</artifactId>
  <version>1.0-201910011043.383523b</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.smartcodeltd:release-candidate-maven-plugin:1.0-201910011043.383523b'
Gradle Kotlin
implementation("com.smartcodeltd:release-candidate-maven-plugin:1.0-201910011043.383523b")
Scala SBT
libraryDependencies += "com.smartcodeltd" % "release-candidate-maven-plugin" % "1.0-201910011043.383523b"
Groovy Grape
@Grapes(
  @Grab(group='com.smartcodeltd', module='release-candidate-maven-plugin', version='1.0-201910011043.383523b')
)
Apache Ivy
<dependency org="com.smartcodeltd" name="release-candidate-maven-plugin" rev="1.0-201910011043.383523b" />
Leiningen
[com.smartcodeltd/release-candidate-maven-plugin "1.0-201910011043.383523b"]
Apache Buildr
'com.smartcodeltd:release-candidate-maven-plugin:jar:1.0-201910011043.383523b'