is not current version
Last Version 0.6.5

com.github.luxlang:lux-js 0.6.0

A JavaScript compiler for Lux.

Categories

Categories

JavaScript Languages
GroupId

GroupId

com.github.luxlang
ArtifactId

ArtifactId

lux-js
Version

Version

0.6.0
Type

Type

jar

Download lux-js 0.6.0


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