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