Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdio.oasp.java.starters |
ArtifactId | ArtifactIdoasp4j-starter-cxf-client-ws |
Version | Version2.5.0 |
Type | Typejar |
Filename | Size |
---|---|
oasp4j-starter-cxf-client-ws-2.5.0.pom | |
oasp4j-starter-cxf-client-ws-2.5.0.jar | 2 KB |
oasp4j-starter-cxf-client-ws-2.5.0-sources.jar | 598 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.oasp.java.starters/oasp4j-starter-cxf-client-ws/ -->
<dependency>
<groupId>io.oasp.java.starters</groupId>
<artifactId>oasp4j-starter-cxf-client-ws</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.oasp.java.starters/oasp4j-starter-cxf-client-ws/
implementation 'io.oasp.java.starters:oasp4j-starter-cxf-client-ws:2.5.0'
// https://jarcasting.com/artifacts/io.oasp.java.starters/oasp4j-starter-cxf-client-ws/
implementation ("io.oasp.java.starters:oasp4j-starter-cxf-client-ws:2.5.0")
'io.oasp.java.starters:oasp4j-starter-cxf-client-ws:jar:2.5.0'
<dependency org="io.oasp.java.starters" name="oasp4j-starter-cxf-client-ws" rev="2.5.0">
<artifact name="oasp4j-starter-cxf-client-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.oasp.java.starters', module='oasp4j-starter-cxf-client-ws', version='2.5.0')
)
libraryDependencies += "io.oasp.java.starters" % "oasp4j-starter-cxf-client-ws" % "2.5.0"
[io.oasp.java.starters/oasp4j-starter-cxf-client-ws "2.5.0"]