l

luaj

Lightweight, fast, Java-centric Lua interpreter written for JSE, with string, table, package, math, io, os, debug, coroutine and luajava libraries, JSR-223 bindings, all metatags and unique direct lua-to-java-bytecode compiling.
https://github.com/taoguan/luaj
MIT License
taoguan
文件下载
文件名 操作
luaj-1.0.3.jar 下载
luaj-1.0.3.pom 下载
luaj-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.taoguan</groupId>
  <artifactId>luaj</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.taoguan:luaj:1.0.3'
Gradle Kotlin
implementation("io.github.taoguan:luaj:1.0.3")
Scala SBT
libraryDependencies += "io.github.taoguan" % "luaj" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.taoguan', module='luaj', version='1.0.3')
)
Apache Ivy
<dependency org="io.github.taoguan" name="luaj" rev="1.0.3" />
Leiningen
[io.github.taoguan/luaj "1.0.3"]
Apache Buildr
'io.github.taoguan:luaj:jar:1.0.3'