r

runtime-core

The runtime bundle of Speedment that all projects must depend on to use the framework.
Files download
File Operation
runtime-core-3.2.10.jar download
runtime-core-3.2.10.pom download
runtime-core-3.2.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.speedment.runtime</groupId>
  <artifactId>runtime-core</artifactId>
  <version>3.2.10</version>
</dependency>
Gradle Groovy
implementation 'com.speedment.runtime:runtime-core:3.2.10'
Gradle Kotlin
implementation("com.speedment.runtime:runtime-core:3.2.10")
Scala SBT
libraryDependencies += "com.speedment.runtime" % "runtime-core" % "3.2.10"
Groovy Grape
@Grapes(
  @Grab(group='com.speedment.runtime', module='runtime-core', version='3.2.10')
)
Apache Ivy
<dependency org="com.speedment.runtime" name="runtime-core" rev="3.2.10" />
Leiningen
[com.speedment.runtime/runtime-core "3.2.10"]
Apache Buildr
'com.speedment.runtime:runtime-core:jar:3.2.10'