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