l

legend-engine-pure-functions-javaCompiler-pure

This provides native functions that allow runtime compilation and execution of Java code. This is intended primarily to support development of Java generation code by providing access to compilation and execution in a Pure IDE Light. Please note that native functions provided here are extremely unsafe for general usage as they allow compilation and execution of arbitrary user supplied Java code. They should only be used in environments where there are no concerns about users running unsafe code (such as a user running a local Pure IDE Light).
Files download
File Operation
legend-engine-pure-functions-javaCompiler-pure-4.44.1.jar download
legend-engine-pure-functions-javaCompiler-pure-4.44.1.pom download
legend-engine-pure-functions-javaCompiler-pure-4.44.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.finos.legend.engine</groupId>
  <artifactId>legend-engine-pure-functions-javaCompiler-pure</artifactId>
  <version>4.44.1</version>
</dependency>
Gradle Groovy
implementation 'org.finos.legend.engine:legend-engine-pure-functions-javaCompiler-pure:4.44.1'
Gradle Kotlin
implementation("org.finos.legend.engine:legend-engine-pure-functions-javaCompiler-pure:4.44.1")
Scala SBT
libraryDependencies += "org.finos.legend.engine" % "legend-engine-pure-functions-javaCompiler-pure" % "4.44.1"
Groovy Grape
@Grapes(
  @Grab(group='org.finos.legend.engine', module='legend-engine-pure-functions-javaCompiler-pure', version='4.44.1')
)
Apache Ivy
<dependency org="org.finos.legend.engine" name="legend-engine-pure-functions-javaCompiler-pure" rev="4.44.1" />
Leiningen
[org.finos.legend.engine/legend-engine-pure-functions-javaCompiler-pure "4.44.1"]
Apache Buildr
'org.finos.legend.engine:legend-engine-pure-functions-javaCompiler-pure:jar:4.44.1'