| License |
License |
|---|---|
| GroupId | GroupIdcom.github.luxlang |
| ArtifactId | ArtifactIdlein-luxc |
| Last Version | Last Version0.6.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlein-luxc
The Leiningen plugin for the Lux programming language.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lein-luxc-0.6.5.pom | |
| lein-luxc-0.6.5.jar | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.luxlang/lein-luxc/ -->
<dependency>
<groupId>com.github.luxlang</groupId>
<artifactId>lein-luxc</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luxlang/lein-luxc/
implementation 'com.github.luxlang:lein-luxc:0.6.5'
// https://jarcasting.com/artifacts/com.github.luxlang/lein-luxc/
implementation ("com.github.luxlang:lein-luxc:0.6.5")
'com.github.luxlang:lein-luxc:jar:0.6.5'
<dependency org="com.github.luxlang" name="lein-luxc" rev="0.6.5">
<artifact name="lein-luxc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luxlang', module='lein-luxc', version='0.6.5')
)
libraryDependencies += "com.github.luxlang" % "lein-luxc" % "0.6.5"
[com.github.luxlang/lein-luxc "0.6.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.clojure : clojure | jar | 1.6.0 |