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