License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix.features |
ArtifactId | ArtifactIdapache-servicemix |
Last Version | Last Version4.0-m1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix Features :: Assembly
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 |
---|---|
apache-servicemix-4.0-m1.pom | |
apache-servicemix-4.0-m1.zip | 26 KB |
apache-servicemix-4.0-m1-src.zip | 323 KB |
apache-servicemix-4.0-m1-src.tar.gz | 107 KB |
apache-servicemix-4.0-m1-features.xml | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.features/apache-servicemix/ -->
<dependency>
<groupId>org.apache.servicemix.features</groupId>
<artifactId>apache-servicemix</artifactId>
<version>4.0-m1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.features/apache-servicemix/
implementation 'org.apache.servicemix.features:apache-servicemix:4.0-m1'
// https://jarcasting.com/artifacts/org.apache.servicemix.features/apache-servicemix/
implementation ("org.apache.servicemix.features:apache-servicemix:4.0-m1")
'org.apache.servicemix.features:apache-servicemix:pom:4.0-m1'
<dependency org="org.apache.servicemix.features" name="apache-servicemix" rev="4.0-m1">
<artifact name="apache-servicemix" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.features', module='apache-servicemix', version='4.0-m1')
)
libraryDependencies += "org.apache.servicemix.features" % "apache-servicemix" % "4.0-m1"
[org.apache.servicemix.features/apache-servicemix "4.0-m1"]