| Группа | Группаorg.apache.servicemix |
|---|---|
| Идентификатор | Идентификаторbinding-components |
| Версия | Версия2011.02 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| binding-components-2011.02.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/binding-components/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>binding-components</artifactId>
<version>2011.02</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/binding-components/
implementation 'org.apache.servicemix:binding-components:2011.02'
// https://jarcasting.com/artifacts/org.apache.servicemix/binding-components/
implementation ("org.apache.servicemix:binding-components:2011.02")
'org.apache.servicemix:binding-components:pom:2011.02'
<dependency org="org.apache.servicemix" name="binding-components" rev="2011.02">
<artifact name="binding-components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='binding-components', version='2011.02')
)
libraryDependencies += "org.apache.servicemix" % "binding-components" % "2011.02"
[org.apache.servicemix/binding-components "2011.02"]