Last Version

lua4j 0.0.1

Lua scripting for JVM

License

License

GroupId

GroupId

pl.symentis.lua4j
ArtifactId

ArtifactId

lua4j
Version

Version

0.0.1
Type

Type

pom
Description

Description

lua4j
Lua scripting for JVM

Download lua4j 0.0.1

Filename Size
lua4j-0.0.1.pom 4 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • repl
  • shelly-cli
  • compiler
  • interpreter
  • functional-tests
  • scripting