Download jcpp-1.4.2.jar file - Jar j

Jar examples for j:jcpp

Description

An embeddable C Preprocessor for the JVM.

You can download jar file jcpp 1.4.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jcpp-1.4.2.jar to your project.

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

Download

Click the following link to download the jar file.

jcpp-1.4.2-javadoc.jar
jcpp-1.4.2-sources.jar
jcpp-1.4.2.jar
jcpp-1.4.2.pom



Related Tutorials