Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.bbmsoft |
ArtifactId | ArtifactIdbbmsoft-osgi-launch-dependencies |
Version | Version3.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>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bbmsoft/bbmsoft-osgi-launch-dependencies/
implementation 'net.bbmsoft:bbmsoft-osgi-launch-dependencies:3.0.0'
// https://jarcasting.com/artifacts/net.bbmsoft/bbmsoft-osgi-launch-dependencies/
implementation ("net.bbmsoft:bbmsoft-osgi-launch-dependencies:3.0.0")
'net.bbmsoft:bbmsoft-osgi-launch-dependencies:jar:3.0.0'
<dependency org="net.bbmsoft" name="bbmsoft-osgi-launch-dependencies" rev="3.0.0">
<artifact name="bbmsoft-osgi-launch-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bbmsoft', module='bbmsoft-osgi-launch-dependencies', version='3.0.0')
)
libraryDependencies += "net.bbmsoft" % "bbmsoft-osgi-launch-dependencies" % "3.0.0"
[net.bbmsoft/bbmsoft-osgi-launch-dependencies "3.0.0"]