is not current version
Last Version 3.2.10

com.speedment.runtime:runtime-core 3.2.9

The runtime bundle of Speedment that all projects must depend on to use the framework.

Categories

Categories

Speedment Data Databases
GroupId

GroupId

com.speedment.runtime
ArtifactId

ArtifactId

runtime-core
Version

Version

3.2.9
Type

Type

jar

Download runtime-core 3.2.9


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