GroupId | GroupIdorg.bndtools |
---|---|
ArtifactId | ArtifactIdbndtools.core.services |
Version | Version5.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bndtools/bndtools.core.services/ -->
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>bndtools.core.services</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bndtools/bndtools.core.services/
implementation 'org.bndtools:bndtools.core.services:5.2.0'
// https://jarcasting.com/artifacts/org.bndtools/bndtools.core.services/
implementation ("org.bndtools:bndtools.core.services:5.2.0")
'org.bndtools:bndtools.core.services:jar:5.2.0'
<dependency org="org.bndtools" name="bndtools.core.services" rev="5.2.0">
<artifact name="bndtools.core.services" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bndtools', module='bndtools.core.services', version='5.2.0')
)
libraryDependencies += "org.bndtools" % "bndtools.core.services" % "5.2.0"
[org.bndtools/bndtools.core.services "5.2.0"]