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).
文件下载
文件名 操作
legend-engine-pure-functions-javaCompiler-pure-4.43.4.jar 下载
legend-engine-pure-functions-javaCompiler-pure-4.43.4.pom 下载
legend-engine-pure-functions-javaCompiler-pure-4.43.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.finos.legend.engine</groupId>
  <artifactId>legend-engine-pure-functions-javaCompiler-pure</artifactId>
  <version>4.43.4</version>
</dependency>
Gradle Groovy
implementation 'org.finos.legend.engine:legend-engine-pure-functions-javaCompiler-pure:4.43.4'
Gradle Kotlin
implementation("org.finos.legend.engine:legend-engine-pure-functions-javaCompiler-pure:4.43.4")
Scala SBT
libraryDependencies += "org.finos.legend.engine" % "legend-engine-pure-functions-javaCompiler-pure" % "4.43.4"
Groovy Grape
@Grapes(
  @Grab(group='org.finos.legend.engine', module='legend-engine-pure-functions-javaCompiler-pure', version='4.43.4')
)
Apache Ivy
<dependency org="org.finos.legend.engine" name="legend-engine-pure-functions-javaCompiler-pure" rev="4.43.4" />
Leiningen
[org.finos.legend.engine/legend-engine-pure-functions-javaCompiler-pure "4.43.4"]
Apache Buildr
'org.finos.legend.engine:legend-engine-pure-functions-javaCompiler-pure:jar:4.43.4'