GroupId | GroupIdorg.apache.servicemix |
---|---|
ArtifactId | ArtifactIdbindingcomponents |
Version | Version3.2 |
Type | Typepom |
Filename | Size |
---|---|
bindingcomponents-3.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/bindingcomponents/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>bindingcomponents</artifactId>
<version>3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/bindingcomponents/
implementation 'org.apache.servicemix:bindingcomponents:3.2'
// https://jarcasting.com/artifacts/org.apache.servicemix/bindingcomponents/
implementation ("org.apache.servicemix:bindingcomponents:3.2")
'org.apache.servicemix:bindingcomponents:pom:3.2'
<dependency org="org.apache.servicemix" name="bindingcomponents" rev="3.2">
<artifact name="bindingcomponents" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='bindingcomponents', version='3.2')
)
libraryDependencies += "org.apache.servicemix" % "bindingcomponents" % "3.2"
[org.apache.servicemix/bindingcomponents "3.2"]