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