vertx-testframework
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.vert-x</groupId>
<artifactId>vertx-testframework</artifactId>
<version>1.3.1.final</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>org.vert-x</groupId>
<artifactId>vertx-testframework</artifactId>
<version>1.3.1.final</version>
<name>vert.x</name>
<description>vert.x - Effortless asynchronous application development for the modern web and enterprise</description>
<url>http://vertx.io</url>
<inceptionYear>2011</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>purplefox</id>
<name>Tim Fox</name>
<email>tim@tfox.org</email>
</developer>
</developers>
<scm>
<connection>scm:https://vert-x@github.com/purplefox/vert.x</connection>
<developerConnection>scm:git@github.com:purplefox/vert.x.git</developerConnection>
<url>https://github.com/purplefox/vert.x</url>
</scm>
<dependencies>
<dependency>
<groupId>org.vert-x</groupId>
<artifactId>vertx-lang-jruby</artifactId>
<version>1.3.1.final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.vert-x</groupId>
<artifactId>vertx-lang-java</artifactId>
<version>1.3.1.final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.vert-x</groupId>
<artifactId>vertx-lang-jython</artifactId>
<version>1.3.1.final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>1.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7R4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.vert-x</groupId>
<artifactId>vertx-platform</artifactId>
<version>1.3.1.final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.vert-x</groupId>
<artifactId>vertx-lang-groovy</artifactId>
<version>1.3.1.final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.vert-x</groupId>
<artifactId>vertx-lang-rhino</artifactId>
<version>1.3.1.final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.5.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
</properties>
</project>