| GroupId | GroupIdorg.apache.camel |
|---|---|
| ArtifactId | ArtifactIdcamel-spring-ws |
| Version | Version2.20.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| camel-spring-ws-2.20.0.pom | |
| camel-spring-ws-2.20.0.jar | 61 KB |
| camel-spring-ws-2.20.0-sources.jar | 49 KB |
| camel-spring-ws-2.20.0-javadoc.jar | 170 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.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-ws/
implementation 'org.apache.camel:camel-spring-ws:2.20.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-ws/
implementation ("org.apache.camel:camel-spring-ws:2.20.0")
'org.apache.camel:camel-spring-ws:jar:2.20.0'
<dependency org="org.apache.camel" name="camel-spring-ws" rev="2.20.0">
<artifact name="camel-spring-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-spring-ws', version='2.20.0')
)
libraryDependencies += "org.apache.camel" % "camel-spring-ws" % "2.20.0"
[org.apache.camel/camel-spring-ws "2.20.0"]