Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.buildbox |
ArtifactId | ArtifactIdreleasator |
Version | Version1.0.0-rc-2 |
Type | Typejar |
Filename | Size |
---|---|
releasator-1.0.0-rc-2.pom | |
releasator-1.0.0-rc-2.jar | 222 KB |
releasator-1.0.0-rc-2-windows.zip | 829 bytes |
releasator-1.0.0-rc-2-linux.tar.gz | 1 KB |
releasator-1.0.0-rc-2-descriptor.xml | 2 KB |
releasator-1.0.0-rc-2-content.zip | 1 KB |
releasator-1.0.0-rc-2-changes.xml | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.buildbox/releasator/ -->
<dependency>
<groupId>net.sf.buildbox</groupId>
<artifactId>releasator</artifactId>
<version>1.0.0-rc-2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.buildbox/releasator/
implementation 'net.sf.buildbox:releasator:1.0.0-rc-2'
// https://jarcasting.com/artifacts/net.sf.buildbox/releasator/
implementation ("net.sf.buildbox:releasator:1.0.0-rc-2")
'net.sf.buildbox:releasator:jar:1.0.0-rc-2'
<dependency org="net.sf.buildbox" name="releasator" rev="1.0.0-rc-2">
<artifact name="releasator" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.buildbox', module='releasator', version='1.0.0-rc-2')
)
libraryDependencies += "net.sf.buildbox" % "releasator" % "1.0.0-rc-2"
[net.sf.buildbox/releasator "1.0.0-rc-2"]