License |
License |
---|---|
GroupId | GroupIdorg.apache.karaf.eik |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Karaf :: EIK :: Parent
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 |
---|---|
parent-0.9.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.karaf.eik/parent/ -->
<dependency>
<groupId>org.apache.karaf.eik</groupId>
<artifactId>parent</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.eik/parent/
implementation 'org.apache.karaf.eik:parent:0.9.0'
// https://jarcasting.com/artifacts/org.apache.karaf.eik/parent/
implementation ("org.apache.karaf.eik:parent:0.9.0")
'org.apache.karaf.eik:parent:pom:0.9.0'
<dependency org="org.apache.karaf.eik" name="parent" rev="0.9.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.eik', module='parent', version='0.9.0')
)
libraryDependencies += "org.apache.karaf.eik" % "parent" % "0.9.0"
[org.apache.karaf.eik/parent "0.9.0"]