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