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