is not current version
Last Version 3.1.18

com.speedment:runtime-deploy 3.0.21

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.0.21
Type

Type

jar

Download runtime-deploy 3.0.21


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