is not current version
Last Version 1.0.1

net.sf.buildbox:releasator 1.0.0-rc

Commandline utility for creating reproducible releases. Minimal parametrization, isolated sandbox for releases. Currently built on top of maven-release-plugin.

Categories

Categories

Net
GroupId

GroupId

net.sf.buildbox
ArtifactId

ArtifactId

releasator
Version

Version

1.0.0-rc
Type

Type

jar

Download releasator 1.0.0-rc


<!-- https://jarcasting.com/artifacts/net.sf.buildbox/releasator/ -->
<dependency>
    <groupId>net.sf.buildbox</groupId>
    <artifactId>releasator</artifactId>
    <version>1.0.0-rc</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.buildbox/releasator/
implementation 'net.sf.buildbox:releasator:1.0.0-rc'
// https://jarcasting.com/artifacts/net.sf.buildbox/releasator/
implementation ("net.sf.buildbox:releasator:1.0.0-rc")
'net.sf.buildbox:releasator:jar:1.0.0-rc'
<dependency org="net.sf.buildbox" name="releasator" rev="1.0.0-rc">
  <artifact name="releasator" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.buildbox', module='releasator', version='1.0.0-rc')
)
libraryDependencies += "net.sf.buildbox" % "releasator" % "1.0.0-rc"
[net.sf.buildbox/releasator "1.0.0-rc"]