Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.buildbox |
ArtifactId | ArtifactIdreleasator |
Version | Version1.0.0-rc |
Type | Typejar |
Filename | Size |
---|---|
releasator-1.0.0-rc.pom | |
releasator-1.0.0-rc.jar | 2 MB |
releasator-1.0.0-rc-changes.xml | 7 KB |
Browse |
<!-- 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"]