License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.apache.karaf.examples |
ArtifactId | ArtifactIdkaraf-maven-example-run |
Version | Version4.3.4 |
Type | Typepom |
Description |
DescriptionApache Karaf :: Examples :: Maven :: Run
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
karaf-maven-example-run-4.3.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.karaf.examples/karaf-maven-example-run/ -->
<dependency>
<groupId>org.apache.karaf.examples</groupId>
<artifactId>karaf-maven-example-run</artifactId>
<version>4.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.examples/karaf-maven-example-run/
implementation 'org.apache.karaf.examples:karaf-maven-example-run:4.3.4'
// https://jarcasting.com/artifacts/org.apache.karaf.examples/karaf-maven-example-run/
implementation ("org.apache.karaf.examples:karaf-maven-example-run:4.3.4")
'org.apache.karaf.examples:karaf-maven-example-run:pom:4.3.4'
<dependency org="org.apache.karaf.examples" name="karaf-maven-example-run" rev="4.3.4">
<artifact name="karaf-maven-example-run" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.examples', module='karaf-maven-example-run', version='4.3.4')
)
libraryDependencies += "org.apache.karaf.examples" % "karaf-maven-example-run" % "4.3.4"
[org.apache.karaf.examples/karaf-maven-example-run "4.3.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.easymock : easymock | jar | 4.3 |