j

jenny-compiler

Jenny is a java annotation processor, which helps you generate C/C++ code for JNI calls according to your java native class.
https://github.com/e0177/Jenny
The Apache Software License, Version 2.0
Elias Hautala
Files download
File Operation
jenny-compiler-1.2.0.jar download
jenny-compiler-1.2.0.pom download
jenny-compiler-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.e0177</groupId>
  <artifactId>jenny-compiler</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.e0177:jenny-compiler:1.2.0'
Gradle Kotlin
implementation("io.github.e0177:jenny-compiler:1.2.0")
Scala SBT
libraryDependencies += "io.github.e0177" % "jenny-compiler" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.e0177', module='jenny-compiler', version='1.2.0')
)
Apache Ivy
<dependency org="io.github.e0177" name="jenny-compiler" rev="1.2.0" />
Leiningen
[io.github.e0177/jenny-compiler "1.2.0"]
Apache Buildr
'io.github.e0177:jenny-compiler:jar:1.2.0'