License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.servicemix.examples.bridge |
ArtifactId | ArtifactIdbridge-client |
Last Version | Last Version4.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache ServiceMix :: Features :: Examples :: Bridge :: Client
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)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
bridge-client-4.5.3.pom | |
bridge-client-4.5.3.jar | 10 KB |
bridge-client-4.5.3-sources.jar | 8 KB |
bridge-client-4.5.3-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.examples.bridge/bridge-client/ -->
<dependency>
<groupId>org.apache.servicemix.examples.bridge</groupId>
<artifactId>bridge-client</artifactId>
<version>4.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.examples.bridge/bridge-client/
implementation 'org.apache.servicemix.examples.bridge:bridge-client:4.5.3'
// https://jarcasting.com/artifacts/org.apache.servicemix.examples.bridge/bridge-client/
implementation ("org.apache.servicemix.examples.bridge:bridge-client:4.5.3")
'org.apache.servicemix.examples.bridge:bridge-client:jar:4.5.3'
<dependency org="org.apache.servicemix.examples.bridge" name="bridge-client" rev="4.5.3">
<artifact name="bridge-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.examples.bridge', module='bridge-client', version='4.5.3')
)
libraryDependencies += "org.apache.servicemix.examples.bridge" % "bridge-client" % "4.5.3"
[org.apache.servicemix.examples.bridge/bridge-client "4.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.servicemix : servicemix-utils | jar | 1.6.0 |