is not current version
Last Version 3.1.18

com.speedment:runtime-deploy 3.1.4

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

Categories

Categories

Speedment Data Databases
GroupId

GroupId

com.speedment
ArtifactId

ArtifactId

runtime-deploy
Version

Version

3.1.4
Type

Type

jar

Download runtime-deploy 3.1.4


<!-- https://jarcasting.com/artifacts/com.speedment/runtime-deploy/ -->
<dependency>
    <groupId>com.speedment</groupId>
    <artifactId>runtime-deploy</artifactId>
    <version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.speedment/runtime-deploy/
implementation 'com.speedment:runtime-deploy:3.1.4'
// https://jarcasting.com/artifacts/com.speedment/runtime-deploy/
implementation ("com.speedment:runtime-deploy:3.1.4")
'com.speedment:runtime-deploy:jar:3.1.4'
<dependency org="com.speedment" name="runtime-deploy" rev="3.1.4">
  <artifact name="runtime-deploy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.speedment', module='runtime-deploy', version='3.1.4')
)
libraryDependencies += "com.speedment" % "runtime-deploy" % "3.1.4"
[com.speedment/runtime-deploy "3.1.4"]