is not current version
Last Version 3.0.1

org.luaj:luaj-jse 3.0-beta1

Luaj 3.0-beta1 for the jse platform

GroupId

GroupId

org.luaj
ArtifactId

ArtifactId

luaj-jse
Version

Version

3.0-beta1
Type

Type

jar

Download luaj-jse 3.0-beta1


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