is not current version
Last Version 0.0.12

net.sf.itcb.common:common-server 0.0.1

This module is the common server module. It defines all generic treatements that allows business layers exposing using Spring WS

Categories

Categories

Net
GroupId

GroupId

net.sf.itcb.common
ArtifactId

ArtifactId

common-server
Version

Version

0.0.1
Type

Type

jar

Download common-server 0.0.1


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