j

jcpp

An embeddable C Preprocessor for the JVM.
https://github.com/shevek/jcpp
Apache-2.0
Shevek
Files download
File Operation
jcpp-1.4.14.jar download
jcpp-1.4.14.pom download
jcpp-1.4.14-sources.jar download
Apache Maven
<dependency>
  <groupId>org.anarres</groupId>
  <artifactId>jcpp</artifactId>
  <version>1.4.14</version>
</dependency>
Gradle Groovy
implementation 'org.anarres:jcpp:1.4.14'
Gradle Kotlin
implementation("org.anarres:jcpp:1.4.14")
Scala SBT
libraryDependencies += "org.anarres" % "jcpp" % "1.4.14"
Groovy Grape
@Grapes(
  @Grab(group='org.anarres', module='jcpp', version='1.4.14')
)
Apache Ivy
<dependency org="org.anarres" name="jcpp" rev="1.4.14" />
Leiningen
[org.anarres/jcpp "1.4.14"]
Apache Buildr
'org.anarres:jcpp:jar:1.4.14'