Categories |
CategoriesPython Languages |
---|---|
GroupId | GroupIdcom.github.luxlang |
ArtifactId | ArtifactIdlux-python |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
lux-python-0.6.0.pom | |
lux-python-0.6.0-sources.jar | 198 bytes |
lux-python-0.6.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luxlang/lux-python/
implementation 'com.github.luxlang:lux-python:0.6.0'
// https://jarcasting.com/artifacts/com.github.luxlang/lux-python/
implementation ("com.github.luxlang:lux-python:0.6.0")
'com.github.luxlang:lux-python:jar:0.6.0'
<dependency org="com.github.luxlang" name="lux-python" rev="0.6.0">
<artifact name="lux-python" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luxlang', module='lux-python', version='0.6.0')
)
libraryDependencies += "com.github.luxlang" % "lux-python" % "0.6.0"
[com.github.luxlang/lux-python "0.6.0"]