License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface |
GroupId | GroupIdnet.sf.wsag4j.rest |
ArtifactId | ArtifactIdwsag4j-rest-client |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWSAG4J: REST Client
Implementation of the RESTFUL WS-Agreement client-side components.
This module includes the required classes of the WSAG framework
to access WSAG services.
|
Filename | Size |
---|---|
wsag4j-rest-client-2.0.0.pom | |
wsag4j-rest-client-2.0.0.jar | 18 KB |
wsag4j-rest-client-2.0.0-sources.jar | 20 KB |
wsag4j-rest-client-2.0.0-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.wsag4j.rest/wsag4j-rest-client/ -->
<dependency>
<groupId>net.sf.wsag4j.rest</groupId>
<artifactId>wsag4j-rest-client</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.wsag4j.rest/wsag4j-rest-client/
implementation 'net.sf.wsag4j.rest:wsag4j-rest-client:2.0.0'
// https://jarcasting.com/artifacts/net.sf.wsag4j.rest/wsag4j-rest-client/
implementation ("net.sf.wsag4j.rest:wsag4j-rest-client:2.0.0")
'net.sf.wsag4j.rest:wsag4j-rest-client:jar:2.0.0'
<dependency org="net.sf.wsag4j.rest" name="wsag4j-rest-client" rev="2.0.0">
<artifact name="wsag4j-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.wsag4j.rest', module='wsag4j-rest-client', version='2.0.0')
)
libraryDependencies += "net.sf.wsag4j.rest" % "wsag4j-rest-client" % "2.0.0"
[net.sf.wsag4j.rest/wsag4j-rest-client "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.wsag4j : wsag4j-api | jar | 2.0.0 |
net.sf.wsag4j.rest : wsag4j-rest-api | jar | 2.0.0 |
org.apache.xmlbeans : xmlbeans | jar | 2.5.0 |
org.apache.cxf : cxf-rt-frontend-jaxrs | jar | 2.6.0 |
org.apache.cxf : cxf-rt-databinding-xmlbeans | jar | 2.6.0 |
org.codehaus.woodstox : woodstox-core-asl | jar | 4.1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |