GroupId | GroupIdorg.bndtools |
---|---|
ArtifactId | ArtifactIdbndtools.release |
Version | Version5.1.1 |
Type | Typejar |
Filename | Size |
---|---|
bndtools.release-5.1.1.pom | |
bndtools.release-5.1.1.jar | 286 KB |
bndtools.release-5.1.1-sources.jar | 76 KB |
bndtools.release-5.1.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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bndtools/bndtools.release/
implementation 'org.bndtools:bndtools.release:5.1.1'
// https://jarcasting.com/artifacts/org.bndtools/bndtools.release/
implementation ("org.bndtools:bndtools.release:5.1.1")
'org.bndtools:bndtools.release:jar:5.1.1'
<dependency org="org.bndtools" name="bndtools.release" rev="5.1.1">
<artifact name="bndtools.release" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bndtools', module='bndtools.release', version='5.1.1')
)
libraryDependencies += "org.bndtools" % "bndtools.release" % "5.1.1"
[org.bndtools/bndtools.release "5.1.1"]