GroupId | GroupIdorg.bndtools |
---|---|
ArtifactId | ArtifactIdbndtools.release |
Version | Version5.0.1 |
Type | Typejar |
Filename | Size |
---|---|
bndtools.release-5.0.1.pom | |
bndtools.release-5.0.1.jar | 280 KB |
bndtools.release-5.0.1-sources.jar | 74 KB |
bndtools.release-5.0.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bndtools/bndtools.release/ -->
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>bndtools.release</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bndtools/bndtools.release/
implementation 'org.bndtools:bndtools.release:5.0.1'
// https://jarcasting.com/artifacts/org.bndtools/bndtools.release/
implementation ("org.bndtools:bndtools.release:5.0.1")
'org.bndtools:bndtools.release:jar:5.0.1'
<dependency org="org.bndtools" name="bndtools.release" rev="5.0.1">
<artifact name="bndtools.release" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bndtools', module='bndtools.release', version='5.0.1')
)
libraryDependencies += "org.bndtools" % "bndtools.release" % "5.0.1"
[org.bndtools/bndtools.release "5.0.1"]