| GroupId | GroupIdorg.apache.camel |
|---|---|
| ArtifactId | ArtifactIdcamel-spring-ws |
| Version | Version2.23.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| camel-spring-ws-2.23.4.pom | |
| camel-spring-ws-2.23.4.jar | 67 KB |
| camel-spring-ws-2.23.4-sources.jar | 52 KB |
| camel-spring-ws-2.23.4-javadoc.jar | 179 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-spring-ws/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-ws</artifactId>
<version>2.23.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-ws/
implementation 'org.apache.camel:camel-spring-ws:2.23.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-ws/
implementation ("org.apache.camel:camel-spring-ws:2.23.4")
'org.apache.camel:camel-spring-ws:jar:2.23.4'
<dependency org="org.apache.camel" name="camel-spring-ws" rev="2.23.4">
<artifact name="camel-spring-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-spring-ws', version='2.23.4')
)
libraryDependencies += "org.apache.camel" % "camel-spring-ws" % "2.23.4"
[org.apache.camel/camel-spring-ws "2.23.4"]