r

runtime

The main Speedment bundle that contains all the runtime dependencies that should be exposed to the end user.
Files download
File Operation
runtime-3.2.10.pom download
Apache Maven
<dependency>
  <groupId>com.speedment</groupId>
  <artifactId>runtime</artifactId>
  <version>3.2.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.speedment:runtime:3.2.10'
Gradle Kotlin
implementation("com.speedment:runtime:3.2.10")
Scala SBT
libraryDependencies += "com.speedment" % "runtime" % "3.2.10"
Groovy Grape
@Grapes(
  @Grab(group='com.speedment', module='runtime', version='3.2.10')
)
Apache Ivy
<dependency org="com.speedment" name="runtime" rev="3.2.10" />
Leiningen
[com.speedment/runtime "3.2.10"]
Apache Buildr
'com.speedment:runtime:jar:3.2.10'