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