License |
License |
---|---|
GroupId | GroupIdcom.github.luxlang |
ArtifactId | ArtifactIdlux-bootstrapper |
Last Version | Last Version0.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlux-bootstrapper
The JVM (bootstrapping) compiler for the Lux programming language.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lux-bootstrapper-0.6.5.pom | |
lux-bootstrapper-0.6.5-sources.jar | 198 bytes |
lux-bootstrapper-0.6.5-javadoc.jar | 198 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luxlang/lux-bootstrapper/ -->
<dependency>
<groupId>com.github.luxlang</groupId>
<artifactId>lux-bootstrapper</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luxlang/lux-bootstrapper/
implementation 'com.github.luxlang:lux-bootstrapper:0.6.5'
// https://jarcasting.com/artifacts/com.github.luxlang/lux-bootstrapper/
implementation ("com.github.luxlang:lux-bootstrapper:0.6.5")
'com.github.luxlang:lux-bootstrapper:jar:0.6.5'
<dependency org="com.github.luxlang" name="lux-bootstrapper" rev="0.6.5">
<artifact name="lux-bootstrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luxlang', module='lux-bootstrapper', version='0.6.5')
)
libraryDependencies += "com.github.luxlang" % "lux-bootstrapper" % "0.6.5"
[com.github.luxlang/lux-bootstrapper "0.6.5"]
Group / Artifact | Type | Version |
---|---|---|
org.clojure : clojure | jar | 1.6.0 |
org.clojure : core.match | jar | 0.2.1 |
com.github.luxlang : lux-jvm-function | jar | 0.6.5 |
org.ow2.asm : asm | jar | 7.3.1 |
org.ow2.asm : asm-commons | jar | 7.3.1 |
org.ow2.asm : asm-analysis | jar | 7.3.1 |
org.ow2.asm : asm-tree | jar | 7.3.1 |
org.ow2.asm : asm-util | jar | 7.3.1 |