Download appengine-testing-1.8.0.jar file - Jar a

Jar examples for a:appengine-testing

Description

You can download jar file appengine-testing 1.8.0 in this page.

Build File

You can use the following script to add appengine-testing-1.8.0.jar to your project.

<dependency>
   <groupId>com.google.appengine</groupId>
   <artifactId>appengine-testing</artifactId>
   <version>1.8.0</version>
</dependency>
compile group: 'com.google.appengine', name: 'appengine-testing', version: '1.8.0'
libraryDependencies += "com.google.appengine" % "appengine-testing" % "1.8.0"
<dependency org="com.google.appengine" name="appengine-testing" rev="1.8.0"/>
@Grapes(@Grab(group='com.google.appengine', module='appengine-testing', version='1.8.0'))
'com.google.appengine:appengine-testing:jar:1.8.0'

Download

Click the following link to download the jar file.

appengine-testing-1.8.0.jar
appengine-testing-1.8.0.pom



Related Tutorials