is not current version
Last Version 3.0.1

org.luaj:luaj-jse 3.0

Luaj 3.0 for the jse platform

GroupId

GroupId

org.luaj
ArtifactId

ArtifactId

luaj-jse
Version

Version

3.0
Type

Type

jar

Download luaj-jse 3.0


<!-- https://jarcasting.com/artifacts/org.luaj/luaj-jse/ -->
<dependency>
    <groupId>org.luaj</groupId>
    <artifactId>luaj-jse</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.luaj/luaj-jse/
implementation 'org.luaj:luaj-jse:3.0'
// https://jarcasting.com/artifacts/org.luaj/luaj-jse/
implementation ("org.luaj:luaj-jse:3.0")
'org.luaj:luaj-jse:jar:3.0'
<dependency org="org.luaj" name="luaj-jse" rev="3.0">
  <artifact name="luaj-jse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.luaj', module='luaj-jse', version='3.0')
)
libraryDependencies += "org.luaj" % "luaj-jse" % "3.0"
[org.luaj/luaj-jse "3.0"]