is not current version
Last Version 1.0.1

org.catools:ws.core 0.1.19

The HTTP/SOAP core to be used in all other CATools projects

GroupId

GroupId

org.catools
ArtifactId

ArtifactId

ws.core
Version

Version

0.1.19
Type

Type

jar

Download ws.core 0.1.19


<!-- https://jarcasting.com/artifacts/org.catools/ws.core/ -->
<dependency>
    <groupId>org.catools</groupId>
    <artifactId>ws.core</artifactId>
    <version>0.1.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.catools/ws.core/
implementation 'org.catools:ws.core:0.1.19'
// https://jarcasting.com/artifacts/org.catools/ws.core/
implementation ("org.catools:ws.core:0.1.19")
'org.catools:ws.core:jar:0.1.19'
<dependency org="org.catools" name="ws.core" rev="0.1.19">
  <artifact name="ws.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.catools', module='ws.core', version='0.1.19')
)
libraryDependencies += "org.catools" % "ws.core" % "0.1.19"
[org.catools/ws.core "0.1.19"]