Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.stickycode.ws |
ArtifactId | ArtifactIdsticky-ws-cxf |
Version | Version3.2 |
Type | Typejar |
Filename | Size |
---|---|
sticky-ws-cxf-3.2.pom | |
sticky-ws-cxf-3.2.jar | 9 KB |
sticky-ws-cxf-3.2-sources.jar | 4 KB |
sticky-ws-cxf-3.2-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.stickycode.ws/sticky-ws-cxf/ -->
<dependency>
<groupId>net.stickycode.ws</groupId>
<artifactId>sticky-ws-cxf</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.ws/sticky-ws-cxf/
implementation 'net.stickycode.ws:sticky-ws-cxf:3.2'
// https://jarcasting.com/artifacts/net.stickycode.ws/sticky-ws-cxf/
implementation ("net.stickycode.ws:sticky-ws-cxf:3.2")
'net.stickycode.ws:sticky-ws-cxf:jar:3.2'
<dependency org="net.stickycode.ws" name="sticky-ws-cxf" rev="3.2">
<artifact name="sticky-ws-cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.ws', module='sticky-ws-cxf', version='3.2')
)
libraryDependencies += "net.stickycode.ws" % "sticky-ws-cxf" % "3.2"
[net.stickycode.ws/sticky-ws-cxf "3.2"]