Download common-client-2.0.0.jar file - Jar c

Jar examples for c:common-client

Description

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

You can download jar file common-client 2.0.0 in this page.

License

Open Source License

Build File

You can use the following script to add common-client-2.0.0.jar to your project.

<dependency>
   <groupId>be.yildiz-games</groupId>
   <artifactId>common-client</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'be.yildiz-games', name: 'common-client', version: '2.0.0'
libraryDependencies += "be.yildiz-games" % "common-client" % "2.0.0"
<dependency org="be.yildiz-games" name="common-client" rev="2.0.0"/>
@Grapes(@Grab(group='be.yildiz-games', module='common-client', version='2.0.0'))
'be.yildiz-games:common-client:jar:2.0.0'

Download

Click the following link to download the jar file.

common-client-2.0.0-javadoc.jar
common-client-2.0.0-sources.jar
common-client-2.0.0.jar
common-client-2.0.0.pom



Related Tutorials