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