MVN

com.speedment : runtime-deploy

Maven & Gradle

Sep 05, 2019

Speedment - Build - Runtime Deploy · A Speedment bundle that shades all dependencies into one jar. This is useful when deploying an application on a server.

<dependency>
    <groupId>com.speedment</groupId>
    <artifactId>runtime-deploy</artifactId>
    <version>3.1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.speedment : runtime-deploy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.18

All Versions

Choose a version of com.speedment : runtime-deploy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
runtime-deploy-3.1.18
runtime-deploy-3.1.17
runtime-deploy-3.1.16
runtime-deploy-3.1.15
runtime-deploy-3.1.14
runtime-deploy-3.1.13
runtime-deploy-3.1.12
runtime-deploy-3.1.10
runtime-deploy-3.1.9
runtime-deploy-3.1.8
runtime-deploy-3.1.6
runtime-deploy-3.1.5
runtime-deploy-3.1.4
runtime-deploy-3.1.3
runtime-deploy-3.1.2
runtime-deploy-3.1.1
runtime-deploy-3.1.0
3.0.x
runtime-deploy-3.0.22
runtime-deploy-3.0.21
runtime-deploy-3.0.20
runtime-deploy-3.0.19
runtime-deploy-3.0.18
runtime-deploy-3.0.17
runtime-deploy-3.0.16
runtime-deploy-3.0.15
runtime-deploy-3.0.14
runtime-deploy-3.0.13
runtime-deploy-3.0.12
runtime-deploy-3.0.11
runtime-deploy-3.0.10
runtime-deploy-3.0.9
runtime-deploy-3.0.8
runtime-deploy-3.0.7
runtime-deploy-3.0.6
runtime-deploy-3.0.5
runtime-deploy-3.0.4
runtime-deploy-3.0.3
runtime-deploy-3.0.2
runtime-deploy-3.0.1
runtime-deploy-3.0.0
runtime-deploy-3.0.0-EA2

How to add a dependency to Maven

Add the following com.speedment : runtime-deploy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.speedment</groupId>
    <artifactId>runtime-deploy</artifactId>
    <version>3.1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.speedment : runtime-deploy gradle dependency to your build.gradle file:

implementation 'com.speedment:runtime-deploy:3.1.18'

Gradle Kotlin DSL: Add the following com.speedment : runtime-deploy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.speedment:runtime-deploy:3.1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.speedment : runtime-deploy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.speedment" % "runtime-deploy" % "3.1.18"