GroupId | GroupIdorg.apache.karaf.examples |
---|---|
ArtifactId | ArtifactIdkaraf-profile-example-registry |
Version | Version4.2.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.karaf.examples/karaf-profile-example-registry/ -->
<dependency>
<groupId>org.apache.karaf.examples</groupId>
<artifactId>karaf-profile-example-registry</artifactId>
<version>4.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.examples/karaf-profile-example-registry/
implementation 'org.apache.karaf.examples:karaf-profile-example-registry:4.2.6'
// https://jarcasting.com/artifacts/org.apache.karaf.examples/karaf-profile-example-registry/
implementation ("org.apache.karaf.examples:karaf-profile-example-registry:4.2.6")
'org.apache.karaf.examples:karaf-profile-example-registry:jar:4.2.6'
<dependency org="org.apache.karaf.examples" name="karaf-profile-example-registry" rev="4.2.6">
<artifact name="karaf-profile-example-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.examples', module='karaf-profile-example-registry', version='4.2.6')
)
libraryDependencies += "org.apache.karaf.examples" % "karaf-profile-example-registry" % "4.2.6"
[org.apache.karaf.examples/karaf-profile-example-registry "4.2.6"]