maven.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jython-standalone Show documentation
Show all versions of jython-standalone Show documentation
Jython is an implementation of the high-level, dynamic, object-oriented
language Python written in 100% Pure Java, and seamlessly integrated with
the Java platform. It thus allows you to run Python on any Java platform.
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.python</groupId> <artifactId>jython</artifactId> <packaging>jar</packaging> <name>Jython</name> <version>2.5.3-rc1</version> <url>http://www.jython.org/</url> <description> Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform. </description> <licenses> <license> <name>Jython Software License</name> <url>http://www.jython.org/Project/license.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:hg:http://hg.python.org/jython</connection> <developerConnection>scm:hg:ssh://[email protected]/jython</developerConnection> <url>http://hg.python.org/jython</url> </scm> </project>