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