is not current version
Last Version 3.0.1

org.luaj:luaj-jse 2.0.3

Luaj 2.0.3 for the jse platform

GroupId

GroupId

org.luaj
ArtifactId

ArtifactId

luaj-jse
Version

Version

2.0.3
Type

Type

jar

Download luaj-jse 2.0.3


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