| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.servicemix |
| Идентификатор | Идентификаторbinding-components |
| Последняя версия | Последняя версия2013.01 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache ServiceMix :: Components :: Binding Components
This pom provides the common bits for all ServiceMix components, as well as providing a reactor build for those components.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| binding-components-2013.01.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/binding-components/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>binding-components</artifactId>
<version>2013.01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/binding-components/
implementation 'org.apache.servicemix:binding-components:2013.01'
// https://jarcasting.com/artifacts/org.apache.servicemix/binding-components/
implementation ("org.apache.servicemix:binding-components:2013.01")
'org.apache.servicemix:binding-components:pom:2013.01'
<dependency org="org.apache.servicemix" name="binding-components" rev="2013.01">
<artifact name="binding-components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='binding-components', version='2013.01')
)
libraryDependencies += "org.apache.servicemix" % "binding-components" % "2013.01"
[org.apache.servicemix/binding-components "2013.01"]