is not current version
Last Version 6.3.1

org.bndtools:bndtools.pde 5.0.1

bndtools.pde

GroupId

GroupId

org.bndtools
ArtifactId

ArtifactId

bndtools.pde
Version

Version

5.0.1
Type

Type

jar

Download bndtools.pde 5.0.1


<!-- https://jarcasting.com/artifacts/org.bndtools/bndtools.pde/ -->
<dependency>
    <groupId>org.bndtools</groupId>
    <artifactId>bndtools.pde</artifactId>
    <version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bndtools/bndtools.pde/
implementation 'org.bndtools:bndtools.pde:5.0.1'
// https://jarcasting.com/artifacts/org.bndtools/bndtools.pde/
implementation ("org.bndtools:bndtools.pde:5.0.1")
'org.bndtools:bndtools.pde:jar:5.0.1'
<dependency org="org.bndtools" name="bndtools.pde" rev="5.0.1">
  <artifact name="bndtools.pde" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bndtools', module='bndtools.pde', version='5.0.1')
)
libraryDependencies += "org.bndtools" % "bndtools.pde" % "5.0.1"
[org.bndtools/bndtools.pde "5.0.1"]