Download client-common-1.0.1-1.jar file - Jar c

Jar examples for c:client-common

Description

This project is the common library for http client in the cisco oss foundation runtime

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

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.cisco.oss.foundation</groupId>
   <artifactId>client-common</artifactId>
   <version>1.0.1-1</version>
</dependency>
compile group: 'com.cisco.oss.foundation', name: 'client-common', version: '1.0.1-1'
libraryDependencies += "com.cisco.oss.foundation" % "client-common" % "1.0.1-1"
<dependency org="com.cisco.oss.foundation" name="client-common" rev="1.0.1-1"/>
@Grapes(@Grab(group='com.cisco.oss.foundation', module='client-common', version='1.0.1-1'))
'com.cisco.oss.foundation:client-common:jar:1.0.1-1'

Download

Click the following link to download the jar file.

client-common-1.0.1-1-javadoc.jar
client-common-1.0.1-1-sources.jar
client-common-1.0.1-1-tests.jar
client-common-1.0.1-1.jar
client-common-1.0.1-1.pom



Related Tutorials