MVN

com.github.luxlang : lux-python

Maven & Gradle

Aug 13, 2022
1.6k stars

lux-python · A Python compiler for Lux.

<dependency>
    <groupId>com.github.luxlang</groupId>
    <artifactId>lux-python</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.luxlang : lux-python to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of com.github.luxlang : lux-python to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
lux-python-0.7.0
0.6.x
lux-python-0.6.5
lux-python-0.6.4
lux-python-0.6.3
lux-python-0.6.2
lux-python-0.6.1
lux-python-0.6.0

How to add a dependency to Maven

Add the following com.github.luxlang : lux-python maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.luxlang</groupId>
    <artifactId>lux-python</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.luxlang : lux-python gradle dependency to your build.gradle file:

implementation 'com.github.luxlang:lux-python:0.7.0'

Gradle Kotlin DSL: Add the following com.github.luxlang : lux-python gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.luxlang:lux-python:0.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.luxlang : lux-python sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.luxlang" % "lux-python" % "0.7.0"

Advertisement

Dependencies from Group

Aug 13, 2022
6 usages
1.6k stars
Aug 13, 2022
4 usages
1.6k stars
Oct 22, 2021
3 usages
160 stars
Dec 01, 2021
2 usages
1.6k stars
Jan 12, 2017
1 usages
1.6k stars

Discover Dependencies