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