Download ccpp-1.0.jar file - Jar c

Jar examples for c:ccpp

Description

To enable interoperability between web servers and access mechanisms, and to facilitate development of device independent web applications, this specification will define a set of APIs for processing CC/PP information.

You can download jar file ccpp 1.0 in this page.

License

Sun Microsystems, Inc. Binary Code License Agreement

Build File

You can use the following script to add ccpp-1.0.jar to your project.

<dependency>
   <groupId>javax.ccpp</groupId>
   <artifactId>ccpp</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'javax.ccpp', name: 'ccpp', version: '1.0'
libraryDependencies += "javax.ccpp" % "ccpp" % "1.0"
<dependency org="javax.ccpp" name="ccpp" rev="1.0"/>
@Grapes(@Grab(group='javax.ccpp', module='ccpp', version='1.0'))
'javax.ccpp:ccpp:jar:1.0'

Download

Click the following link to download the jar file.

ccpp-1.0.jar
ccpp-1.0.pom



Related Tutorials