j

jcpp

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