is not current version
Last Version 0.5.0

com.github.luxlang:luxc-jvm 0.4.0

The JVM compiler for the Lux programming language.

GroupId

GroupId

com.github.luxlang
ArtifactId

ArtifactId

luxc-jvm
Version

Version

0.4.0
Type

Type

jar

Download luxc-jvm 0.4.0


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