License |
License |
---|---|
GroupId | GroupIdorg.catools |
ArtifactId | ArtifactIdws |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionCore Automation Toolset - Web Services
The HTTP/SOAP client implementation to be used in all other CATools projects
|
Filename | Size |
---|---|
ws-1.0.0.pom | |
ws-1.0.0.jar | 15 KB |
ws-1.0.0-sources.jar | 8 KB |
ws-1.0.0-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.catools/ws/ -->
<dependency>
<groupId>org.catools</groupId>
<artifactId>ws</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.catools/ws/
implementation 'org.catools:ws:1.0.0'
// https://jarcasting.com/artifacts/org.catools/ws/
implementation ("org.catools:ws:1.0.0")
'org.catools:ws:jar:1.0.0'
<dependency org="org.catools" name="ws" rev="1.0.0">
<artifact name="ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.catools', module='ws', version='1.0.0')
)
libraryDependencies += "org.catools" % "ws" % "1.0.0"
[org.catools/ws "1.0.0"]