r

runtime-testapps

Files download
File Operation
runtime-testapps-2.0.7.jar download
runtime-testapps-2.0.7.pom download
runtime-testapps-2.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.appengine</groupId>
  <artifactId>runtime-testapps</artifactId>
  <version>2.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.google.appengine:runtime-testapps:2.0.7'
Gradle Kotlin
implementation("com.google.appengine:runtime-testapps:2.0.7")
Scala SBT
libraryDependencies += "com.google.appengine" % "runtime-testapps" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.google.appengine', module='runtime-testapps', version='2.0.7')
)
Apache Ivy
<dependency org="com.google.appengine" name="runtime-testapps" rev="2.0.7" />
Leiningen
[com.google.appengine/runtime-testapps "2.0.7"]
Apache Buildr
'com.google.appengine:runtime-testapps:jar:2.0.7'