License |
License |
---|---|
GroupId | GroupIdorg.luaj |
ArtifactId | ArtifactIdluaj-jse |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionluaj-jse
Luaj 3.0.1 for the jse platform
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
luaj-jse-3.0.1.pom | |
luaj-jse-3.0.1.jar | 306 KB |
luaj-jse-3.0.1-sources.jar | 283 KB |
luaj-jse-3.0.1-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.luaj/luaj-jse/ -->
<dependency>
<groupId>org.luaj</groupId>
<artifactId>luaj-jse</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.luaj/luaj-jse/
implementation 'org.luaj:luaj-jse:3.0.1'
// https://jarcasting.com/artifacts/org.luaj/luaj-jse/
implementation ("org.luaj:luaj-jse:3.0.1")
'org.luaj:luaj-jse:jar:3.0.1'
<dependency org="org.luaj" name="luaj-jse" rev="3.0.1">
<artifact name="luaj-jse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.luaj', module='luaj-jse', version='3.0.1')
)
libraryDependencies += "org.luaj" % "luaj-jse" % "3.0.1"
[org.luaj/luaj-jse "3.0.1"]