MVN

com.googlecode.playn : playn-tests

Maven & Gradle

Feb 13, 2012

PlayN Tests Metaproject · Contains visual tests of PlayN functionality. Note: this is not where unit tests should be added. Those should go directly in "core", or the appropriate backend module.

<dependency>
    <groupId>com.googlecode.playn</groupId>
    <artifactId>playn-tests</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.playn : playn-tests to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.googlecode.playn : playn-tests to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
playn-tests-1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.googlecode.playn</groupId>
    <artifactId>playn-tests</artifactId>
    <version>1.1</version>
</dependency>