j

jenny-annotation

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
文件下载
文件名 操作
jenny-annotation-1.2.0.jar 下载
jenny-annotation-1.2.0.pom 下载
jenny-annotation-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.e0177</groupId>
  <artifactId>jenny-annotation</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.e0177:jenny-annotation:1.2.0'
Gradle Kotlin
implementation("io.github.e0177:jenny-annotation:1.2.0")
Scala SBT
libraryDependencies += "io.github.e0177" % "jenny-annotation" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.e0177', module='jenny-annotation', version='1.2.0')
)
Apache Ivy
<dependency org="io.github.e0177" name="jenny-annotation" rev="1.2.0" />
Leiningen
[io.github.e0177/jenny-annotation "1.2.0"]
Apache Buildr
'io.github.e0177:jenny-annotation:jar:1.2.0'
本项目依赖
该项目无第三方依赖