y

yajco-annotation-processor

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