GroupId | GroupIdorg.bndtools |
---|---|
ArtifactId | ArtifactIdbndtools.core.services |
Version | Version6.3.0 |
Type | Typejar |
Filename | Size |
---|---|
bndtools.core.services-6.3.0.pom | |
bndtools.core.services-6.3.0.jar | 62 KB |
bndtools.core.services-6.3.0-sources.jar | 19 KB |
bndtools.core.services-6.3.0-javadoc.jar | 301 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.bndtools/bndtools.core.services/ -->
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>bndtools.core.services</artifactId>
<version>6.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bndtools/bndtools.core.services/
implementation 'org.bndtools:bndtools.core.services:6.3.0'
// https://jarcasting.com/artifacts/org.bndtools/bndtools.core.services/
implementation ("org.bndtools:bndtools.core.services:6.3.0")
'org.bndtools:bndtools.core.services:jar:6.3.0'
<dependency org="org.bndtools" name="bndtools.core.services" rev="6.3.0">
<artifact name="bndtools.core.services" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bndtools', module='bndtools.core.services', version='6.3.0')
)
libraryDependencies += "org.bndtools" % "bndtools.core.services" % "6.3.0"
[org.bndtools/bndtools.core.services "6.3.0"]