j

jasperreports-java-tool-compiler

A JR compiler that uses the built in JavaCompiler.
https://github.com/marschall/jasperreports-java-tool-compiler
MIT
Philippe Marschall
Files download
File Operation
jasperreports-java-tool-compiler-1.0.0.jar download
jasperreports-java-tool-compiler-1.0.0.pom download
jasperreports-java-tool-compiler-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>jasperreports-java-tool-compiler</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.marschall:jasperreports-java-tool-compiler:1.0.0'
Gradle Kotlin
implementation("com.github.marschall:jasperreports-java-tool-compiler:1.0.0")
Scala SBT
libraryDependencies += "com.github.marschall" % "jasperreports-java-tool-compiler" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marschall', module='jasperreports-java-tool-compiler', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.marschall" name="jasperreports-java-tool-compiler" rev="1.0.0" />
Leiningen
[com.github.marschall/jasperreports-java-tool-compiler "1.0.0"]
Apache Buildr
'com.github.marschall:jasperreports-java-tool-compiler:jar:1.0.0'