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