| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.servicemix.management |
| Идентификатор | Идентификаторmanagement |
| Последняя версия | Последняя версия4.0-m1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache 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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| management-4.0-m1.pom | 1 KB |
| Обзор |
<!-- 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"]