не последняя версия
Последняя версия 3.0.1

org.luaj:luaj-jse 2.0-beta2

Luaj 2.0-beta2 for the jse platform

Группа

Группа

org.luaj
Идентификатор

Идентификатор

luaj-jse
Версия

Версия

2.0-beta2
Тип

Тип

jar

Скачать luaj-jse 2.0-beta2


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