文件下载
文件名 操作
lux-python-0.8.0.jar 下载
lux-python-0.8.0.pom 下载
lux-python-0.8.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.luxlang</groupId>
  <artifactId>lux-python</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.luxlang:lux-python:0.8.0'
Gradle Kotlin
implementation("com.github.luxlang:lux-python:0.8.0")
Scala SBT
libraryDependencies += "com.github.luxlang" % "lux-python" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luxlang', module='lux-python', version='0.8.0')
)
Apache Ivy
<dependency org="com.github.luxlang" name="lux-python" rev="0.8.0" />
Leiningen
[com.github.luxlang/lux-python "0.8.0"]
Apache Buildr
'com.github.luxlang:lux-python:jar:0.8.0'