r

runtime-deployment

Produces an output directory in the format expected by the Java runtime.
Files download
File Operation
runtime-deployment-2.0.31.pom download
Apache Maven
<dependency>
  <groupId>com.google.appengine</groupId>
  <artifactId>runtime-deployment</artifactId>
  <version>2.0.31</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.appengine:runtime-deployment:2.0.31'
Gradle Kotlin
implementation("com.google.appengine:runtime-deployment:2.0.31")
Scala SBT
libraryDependencies += "com.google.appengine" % "runtime-deployment" % "2.0.31"
Groovy Grape
@Grapes(
  @Grab(group='com.google.appengine', module='runtime-deployment', version='2.0.31')
)
Apache Ivy
<dependency org="com.google.appengine" name="runtime-deployment" rev="2.0.31" />
Leiningen
[com.google.appengine/runtime-deployment "2.0.31"]
Apache Buildr
'com.google.appengine:runtime-deployment:jar:2.0.31'