| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.servicemix.transaction.bundles |
| Идентификатор | Идентификаторbundles |
| Последняя версия | Последняя версия4.0-m1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache ServiceMix OSGI Common Bundles
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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| bundles-4.0-m1.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.transaction.bundles/bundles/ -->
<dependency>
<groupId>org.apache.servicemix.transaction.bundles</groupId>
<artifactId>bundles</artifactId>
<version>4.0-m1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.transaction.bundles/bundles/
implementation 'org.apache.servicemix.transaction.bundles:bundles:4.0-m1'
// https://jarcasting.com/artifacts/org.apache.servicemix.transaction.bundles/bundles/
implementation ("org.apache.servicemix.transaction.bundles:bundles:4.0-m1")
'org.apache.servicemix.transaction.bundles:bundles:pom:4.0-m1'
<dependency org="org.apache.servicemix.transaction.bundles" name="bundles" rev="4.0-m1">
<artifact name="bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.transaction.bundles', module='bundles', version='4.0-m1')
)
libraryDependencies += "org.apache.servicemix.transaction.bundles" % "bundles" % "4.0-m1"
[org.apache.servicemix.transaction.bundles/bundles "4.0-m1"]