c

compile-command-annotations

Annotation based configuration file generator for the Hotspot JVM JIT compiler.
http://nicoulaj.github.com/compile-command-annotations
LGPL 3.0
Files download
File Operation
compile-command-annotations-1.0.3.jar download
compile-command-annotations-1.0.3.pom download
compile-command-annotations-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.ju-n.compile-command-annotations</groupId>
  <artifactId>compile-command-annotations</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'net.ju-n.compile-command-annotations:compile-command-annotations:1.0.3'
Gradle Kotlin
implementation("net.ju-n.compile-command-annotations:compile-command-annotations:1.0.3")
Scala SBT
libraryDependencies += "net.ju-n.compile-command-annotations" % "compile-command-annotations" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='net.ju-n.compile-command-annotations', module='compile-command-annotations', version='1.0.3')
)
Apache Ivy
<dependency org="net.ju-n.compile-command-annotations" name="compile-command-annotations" rev="1.0.3" />
Leiningen
[net.ju-n.compile-command-annotations/compile-command-annotations "1.0.3"]
Apache Buildr
'net.ju-n.compile-command-annotations:compile-command-annotations:jar:1.0.3'