<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>com.github.luxlang</groupId> <artifactId>lux-python</artifactId> <version>0.9.0</version> <name>lux-python</name> <url>https://github.com/LuxLang/lux</url> <description>A Python compiler for Lux.</description> <licenses> <license> <name>Mozilla Public License Version 2.0</name> <url>https://github.com/LuxLang/lux/blob/master/license.md</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/LuxLang/lux.git</url> </scm> <developers> <developer> <name>Eduardo Julian</name> <email>https://github.com/eduardoejp</email> </developer> </developers> <contributors/> <repositories> <repository> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> </repository> <repository> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <repository> <url>https://repo1.maven.org/maven2/</url> </repository> </repositories> <dependencies> <dependency> <groupId>org.python</groupId> <artifactId>jython-standalone</artifactId> <version>2.7.4</version> <type>jar</type> </dependency> <dependency> <groupId>com.github.luxlang</groupId> <artifactId>lux-jvm-function</artifactId> <version>0.6.5</version> <type>jar</type> </dependency> </dependencies> </project>
<dependency> <groupId>com.github.luxlang</groupId> <artifactId>lux-python</artifactId> <version>0.9.0</version> </dependency>
com.github.luxlang:lux-python:0.9.0