GroupId | GroupIdhu.blackbelt.osgi.utils |
---|---|
ArtifactId | ArtifactIdfeatures |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
features-1.0.9.pom | -1 bytes |
features-1.0.9-sources.jar | 3 KB |
features-1.0.9-features.xml | 493 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/hu.blackbelt.osgi.utils/features/ -->
<dependency>
<groupId>hu.blackbelt.osgi.utils</groupId>
<artifactId>features</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/hu.blackbelt.osgi.utils/features/
implementation 'hu.blackbelt.osgi.utils:features:1.0.9'
// https://jarcasting.com/artifacts/hu.blackbelt.osgi.utils/features/
implementation ("hu.blackbelt.osgi.utils:features:1.0.9")
'hu.blackbelt.osgi.utils:features:jar:1.0.9'
<dependency org="hu.blackbelt.osgi.utils" name="features" rev="1.0.9">
<artifact name="features" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.blackbelt.osgi.utils', module='features', version='1.0.9')
)
libraryDependencies += "hu.blackbelt.osgi.utils" % "features" % "1.0.9"
[hu.blackbelt.osgi.utils/features "1.0.9"]