| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.servicemix.examples |
| Идентификатор | Идентификаторjbi |
| Последняя версия | Последняя версия4.5.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache ServiceMix :: Features :: Examples :: JBI
Bill-of-materials of the core components and versions used for building the features project
(This POM contains the dependencies and versions that are useful to both users and our own development)
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jbi-4.5.3.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.examples/jbi/ -->
<dependency>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>jbi</artifactId>
<version>4.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/jbi/
implementation 'org.apache.servicemix.examples:jbi:4.5.3'
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/jbi/
implementation ("org.apache.servicemix.examples:jbi:4.5.3")
'org.apache.servicemix.examples:jbi:pom:4.5.3'
<dependency org="org.apache.servicemix.examples" name="jbi" rev="4.5.3">
<artifact name="jbi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.examples', module='jbi', version='4.5.3')
)
libraryDependencies += "org.apache.servicemix.examples" % "jbi" % "4.5.3"
[org.apache.servicemix.examples/jbi "4.5.3"]