GroupId | GroupIdorg.apache.karaf.examples |
---|---|
ArtifactId | ArtifactIdkaraf-profile-example-registry |
Version | Version4.2.15 |
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.15</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.15'
// https://jarcasting.com/artifacts/org.apache.karaf.examples/karaf-profile-example-registry/
implementation ("org.apache.karaf.examples:karaf-profile-example-registry:4.2.15")
'org.apache.karaf.examples:karaf-profile-example-registry:jar:4.2.15'
<dependency org="org.apache.karaf.examples" name="karaf-profile-example-registry" rev="4.2.15">
<artifact name="karaf-profile-example-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.examples', module='karaf-profile-example-registry', version='4.2.15')
)
libraryDependencies += "org.apache.karaf.examples" % "karaf-profile-example-registry" % "4.2.15"
[org.apache.karaf.examples/karaf-profile-example-registry "4.2.15"]