r

runtime-testapps

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