is not current version
Last Version 0.0.12

net.sf.itcb.common:common-client 0.0.3

This module is the common client module for calling webservices (server module). It defines all generic treatements that allows calling webservices

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.sf.itcb.common
ArtifactId

ArtifactId

common-client
Version

Version

0.0.3
Type

Type

jar

Download common-client 0.0.3


<!-- https://jarcasting.com/artifacts/net.sf.itcb.common/common-client/ -->
<dependency>
    <groupId>net.sf.itcb.common</groupId>
    <artifactId>common-client</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.itcb.common/common-client/
implementation 'net.sf.itcb.common:common-client:0.0.3'
// https://jarcasting.com/artifacts/net.sf.itcb.common/common-client/
implementation ("net.sf.itcb.common:common-client:0.0.3")
'net.sf.itcb.common:common-client:jar:0.0.3'
<dependency org="net.sf.itcb.common" name="common-client" rev="0.0.3">
  <artifact name="common-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.itcb.common', module='common-client', version='0.0.3')
)
libraryDependencies += "net.sf.itcb.common" % "common-client" % "0.0.3"
[net.sf.itcb.common/common-client "0.0.3"]