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