overtherepy
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.xebialabs.overthere</groupId> <artifactId>overtherepy</artifactId> <version>0.0.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.xebialabs.overthere</groupId> <artifactId>overtherepy</artifactId> <version>0.0.4</version> <name>Overtherepy</name> <description>Jython wrapper for Overthere</description> <url>https://github.com/xebialabs-community/overthere-pylib</url> <inceptionYear>2014</inceptionYear> <licenses> <license> <name>GPLv2 with XebiaLabs FLOSS License Exception</name> <url>https://github.com/xebialabs/overthere/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>rnaidoo</id> <name>Ravan Naidoo</name> <email>rnaidoo@xebialabs.com</email> <url>http://www.xebialabs.com/</url> <roles> <role>Developer</role> </roles> </developer> </developers> <scm> <url>https://github.com/xebialabs-community/overthere-pylib</url> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.python</groupId> <artifactId>jython</artifactId> <version>2.5.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.xebialabs.overthere</groupId> <artifactId>overthere</artifactId> <version>2.4.4</version> <scope>compile</scope> </dependency> </dependencies> </project>