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