is not current version
Last Version 3.1.18

com.speedment:runtime-deploy 3.1.16

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

Type

jar

Download runtime-deploy 3.1.16


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