is not current version
Last Version 1.0.5

org.luaj:luaj-j2se 1.0.2

Luaj 1.0.2 for the j2se platform

GroupId

GroupId

org.luaj
ArtifactId

ArtifactId

luaj-j2se
Version

Version

1.0.2
Type

Type

jar

Download luaj-j2se 1.0.2


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