is not current version
Last Version 6.3.1

org.bndtools:bndtools.core 6.3.0

bndtools.core

GroupId

GroupId

org.bndtools
ArtifactId

ArtifactId

bndtools.core
Version

Version

6.3.0
Type

Type

jar

Download bndtools.core 6.3.0


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