Download http-common-1.0.0-1.jar file - Jar h

Jar examples for h:http-common

Description

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

You can download jar file http-common 1.0.0-1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add http-common-1.0.0-1.jar to your project.

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

Download

Click the following link to download the jar file.

http-common-1.0.0-1-sources.jar
http-common-1.0.0-1.jar
http-common-1.0.0-1.pom



Related Tutorials