License |
License |
---|---|
Categories |
CategoriesPython Languages |
GroupId | GroupIdcom.github.luxlang |
ArtifactId | ArtifactIdlux-python |
Version | Version0.6.4 |
Type | Typejar |
Description |
Descriptionlux-python
A Python compiler for Lux.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lux-python-0.6.4.pom | |
lux-python-0.6.4-sources.jar | 198 bytes |
lux-python-0.6.4-javadoc.jar | 198 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luxlang/lux-python/ -->
<dependency>
<groupId>com.github.luxlang</groupId>
<artifactId>lux-python</artifactId>
<version>0.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luxlang/lux-python/
implementation 'com.github.luxlang:lux-python:0.6.4'
// https://jarcasting.com/artifacts/com.github.luxlang/lux-python/
implementation ("com.github.luxlang:lux-python:0.6.4")
'com.github.luxlang:lux-python:jar:0.6.4'
<dependency org="com.github.luxlang" name="lux-python" rev="0.6.4">
<artifact name="lux-python" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luxlang', module='lux-python', version='0.6.4')
)
libraryDependencies += "com.github.luxlang" % "lux-python" % "0.6.4"
[com.github.luxlang/lux-python "0.6.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.luxlang : lux-bootstrapper | jar | 0.6.4 |
org.python : jython-standalone | jar | 2.7.2 |