is not current version
Last Version 0.6.5

com.github.luxlang:lux-js 0.6.3

A JavaScript compiler for Lux.

Categories

Categories

JavaScript Languages
GroupId

GroupId

com.github.luxlang
ArtifactId

ArtifactId

lux-js
Version

Version

0.6.3
Type

Type

jar

Download lux-js 0.6.3


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