License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdcom.github.luxlang |
ArtifactId | ArtifactIdlux-js |
Last Version | Last Version0.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlux-js
A JavaScript compiler for Lux.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lux-js-0.6.5.pom | |
lux-js-0.6.5-sources.jar | 198 bytes |
lux-js-0.6.5-javadoc.jar | 198 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luxlang/lux-js/ -->
<dependency>
<groupId>com.github.luxlang</groupId>
<artifactId>lux-js</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luxlang/lux-js/
implementation 'com.github.luxlang:lux-js:0.6.5'
// https://jarcasting.com/artifacts/com.github.luxlang/lux-js/
implementation ("com.github.luxlang:lux-js:0.6.5")
'com.github.luxlang:lux-js:jar:0.6.5'
<dependency org="com.github.luxlang" name="lux-js" rev="0.6.5">
<artifact name="lux-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luxlang', module='lux-js', version='0.6.5')
)
libraryDependencies += "com.github.luxlang" % "lux-js" % "0.6.5"
[com.github.luxlang/lux-js "0.6.5"]