is not current version
Last Version 3.2.10

com.speedment:runtime 3.1.18

The main Speedment bundle that contains all the runtime dependencies that should be exposed to the end user.

Categories

Categories

Speedment Data Databases
GroupId

GroupId

com.speedment
ArtifactId

ArtifactId

runtime
Version

Version

3.1.18
Type

Type

pom

Download runtime 3.1.18

Filename Size
runtime-3.1.18.pom 4 KB
Browse

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