| License |
License
LGPL License
|
|---|---|
| Categories |
CategoriesNet CLI User Interface |
| GroupId | GroupIdnet.sf.itcb.common |
| ArtifactId | ArtifactIdcommon-client |
| Last Version | Last Version0.0.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommon-client
This module is the common client module for calling webservices (server module). It defines all generic treatements that allows calling webservices
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| common-client-0.0.12.pom | |
| common-client-0.0.12.jar | 17 KB |
| common-client-0.0.12-sources.jar | 10 KB |
| common-client-0.0.12-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.itcb.common/common-client/ -->
<dependency>
<groupId>net.sf.itcb.common</groupId>
<artifactId>common-client</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.itcb.common/common-client/
implementation 'net.sf.itcb.common:common-client:0.0.12'
// https://jarcasting.com/artifacts/net.sf.itcb.common/common-client/
implementation ("net.sf.itcb.common:common-client:0.0.12")
'net.sf.itcb.common:common-client:jar:0.0.12'
<dependency org="net.sf.itcb.common" name="common-client" rev="0.0.12">
<artifact name="common-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.itcb.common', module='common-client', version='0.0.12')
)
libraryDependencies += "net.sf.itcb.common" % "common-client" % "0.0.12"
[net.sf.itcb.common/common-client "0.0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.itcb.common : common-business | jar | 0.0.12 |
| org.springframework.ws : spring-ws-core | jar | 2.0.0-RC1 |
| org.springframework.ws : spring-ws-security | jar | 2.0.0-RC1 |
| org.springframework : spring-context | jar | 3.0.5.RELEASE |
| org.springframework : spring-aspects | jar | 3.0.5.RELEASE |
| org.springframework.security : spring-security-core | jar | 3.0.5.RELEASE |
| org.aspectj : aspectjrt | jar | 1.6.9 |
| org.slf4j : slf4j-api | jar | 1.6.0 |
| javax.inject : javax.inject | jar | 1 |
| javax.xml.bind : jaxb-api | jar | 2.0 |
| com.sun.xml.bind : jaxb-impl | jar | 2.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.roo : org.springframework.roo.annotations | jar | 1.0.2.RELEASE |
| javax.persistence : persistence-api | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.6.0 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.0 |
| log4j : log4j | jar | 1.2.15 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |
| org.springframework : spring-test | jar | 3.0.5.RELEASE |