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