Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.bbmsoft |
ArtifactId | ArtifactIdbbmsoft-osgi-launch-dependencies |
Version | Version4.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.bbmsoft/bbmsoft-osgi-launch-dependencies/ -->
<dependency>
<groupId>net.bbmsoft</groupId>
<artifactId>bbmsoft-osgi-launch-dependencies</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bbmsoft/bbmsoft-osgi-launch-dependencies/
implementation 'net.bbmsoft:bbmsoft-osgi-launch-dependencies:4.0.0'
// https://jarcasting.com/artifacts/net.bbmsoft/bbmsoft-osgi-launch-dependencies/
implementation ("net.bbmsoft:bbmsoft-osgi-launch-dependencies:4.0.0")
'net.bbmsoft:bbmsoft-osgi-launch-dependencies:jar:4.0.0'
<dependency org="net.bbmsoft" name="bbmsoft-osgi-launch-dependencies" rev="4.0.0">
<artifact name="bbmsoft-osgi-launch-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bbmsoft', module='bbmsoft-osgi-launch-dependencies', version='4.0.0')
)
libraryDependencies += "net.bbmsoft" % "bbmsoft-osgi-launch-dependencies" % "4.0.0"
[net.bbmsoft/bbmsoft-osgi-launch-dependencies "4.0.0"]