kornev / kornev-luaj-lib   0.1

MIT License GitHub

Scala facade for Lua 5.2 interpreter.

Scala versions: 2.13

luaj 0.1


Group ID:
com.ensime
Artifact ID:
luaj_2.13
Version:
0.1
Release Date:
Jul 30, 2021
Licenses:
MIT
Files:

libraryDependencies += "com.ensime" %% "luaj" % "0.1"

Mill build tool

ivy"com.ensime::luaj:0.1"

Scala CLI

//> using dep "com.ensime::luaj:0.1"

Ammonite REPL

import $ivy.`com.ensime::luaj:0.1`

<dependency>
  <groupId>com.ensime</groupId>
  <artifactId>luaj_2.13</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.ensime', name: 'luaj_2.13', version: '0.1'