y

yajco-annotations

YAJCo - Yet Another Java Compiler Compiler - object oriented language specification - annotations module
http://code.google.com/p/yajco/
GNU General Public License (GPL) v3
Jaroslav Porubän Dominik Lakatoš
文件下载
文件名 操作
yajco-annotations-0.5.9.jar 下载
yajco-annotations-0.5.9.pom 下载
yajco-annotations-0.5.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>sk.tuke.yajco</groupId>
  <artifactId>yajco-annotations</artifactId>
  <version>0.5.9</version>
</dependency>
Gradle Groovy
implementation 'sk.tuke.yajco:yajco-annotations:0.5.9'
Gradle Kotlin
implementation("sk.tuke.yajco:yajco-annotations:0.5.9")
Scala SBT
libraryDependencies += "sk.tuke.yajco" % "yajco-annotations" % "0.5.9"
Groovy Grape
@Grapes(
  @Grab(group='sk.tuke.yajco', module='yajco-annotations', version='0.5.9')
)
Apache Ivy
<dependency org="sk.tuke.yajco" name="yajco-annotations" rev="0.5.9" />
Leiningen
[sk.tuke.yajco/yajco-annotations "0.5.9"]
Apache Buildr
'sk.tuke.yajco:yajco-annotations:jar:0.5.9'