is not current version
Last Version 1.0.5

org.luaj:luaj-j2se 1.0

Luaj 1.0 for the j2se platform

GroupId

GroupId

org.luaj
ArtifactId

ArtifactId

luaj-j2se
Version

Version

1.0
Type

Type

jar

Download luaj-j2se 1.0


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