Last Version

PlayN Tests Java 1.1

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.

Categories

Categories

Java Languages
GroupId

GroupId

com.googlecode.playn
ArtifactId

ArtifactId

playn-tests-java
Version

Version

1.1
Type

Type

jar
Description

Description

PlayN Tests Java
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.
Project URL

Project URL

http://code.google.com/p/playn/playn-tests-java
Source Code Management

Source Code Management

http://code.google.com/p/playn/playn-tests-java/

Download playn-tests-java 1.1


<!-- https://jarcasting.com/artifacts/com.googlecode.playn/playn-tests-java/ -->
<dependency>
    <groupId>com.googlecode.playn</groupId>
    <artifactId>playn-tests-java</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.playn/playn-tests-java/
implementation 'com.googlecode.playn:playn-tests-java:1.1'
// https://jarcasting.com/artifacts/com.googlecode.playn/playn-tests-java/
implementation ("com.googlecode.playn:playn-tests-java:1.1")
'com.googlecode.playn:playn-tests-java:jar:1.1'
<dependency org="com.googlecode.playn" name="playn-tests-java" rev="1.1">
  <artifact name="playn-tests-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.playn', module='playn-tests-java', version='1.1')
)
libraryDependencies += "com.googlecode.playn" % "playn-tests-java" % "1.1"
[com.googlecode.playn/playn-tests-java "1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.googlecode.playn : playn-tests-core jar 1.1
com.googlecode.playn : playn-java jar 1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.