| GroupId | GroupIdorg.bndtools |
|---|---|
| ArtifactId | ArtifactIdbndtools.builder |
| Version | Version4.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bndtools.builder-4.3.1.pom | |
| bndtools.builder-4.3.1.jar | 379 KB |
| bndtools.builder-4.3.1-sources.jar | 111 KB |
| bndtools.builder-4.3.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bndtools/bndtools.builder/
implementation 'org.bndtools:bndtools.builder:4.3.1'
// https://jarcasting.com/artifacts/org.bndtools/bndtools.builder/
implementation ("org.bndtools:bndtools.builder:4.3.1")
'org.bndtools:bndtools.builder:jar:4.3.1'
<dependency org="org.bndtools" name="bndtools.builder" rev="4.3.1">
<artifact name="bndtools.builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bndtools', module='bndtools.builder', version='4.3.1')
)
libraryDependencies += "org.bndtools" % "bndtools.builder" % "4.3.1"
[org.bndtools/bndtools.builder "4.3.1"]