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