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