r

runtime-all

A combined pom artifact to make it easier to depend on the latest version of all runtime modules.
Files download
File Operation
runtime-all-3.2.9.pom download
Apache Maven
<dependency>
  <groupId>com.speedment.runtime</groupId>
  <artifactId>runtime-all</artifactId>
  <version>3.2.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.speedment.runtime:runtime-all:3.2.9'
Gradle Kotlin
implementation("com.speedment.runtime:runtime-all:3.2.9")
Scala SBT
libraryDependencies += "com.speedment.runtime" % "runtime-all" % "3.2.9"
Groovy Grape
@Grapes(
  @Grab(group='com.speedment.runtime', module='runtime-all', version='3.2.9')
)
Apache Ivy
<dependency org="com.speedment.runtime" name="runtime-all" rev="3.2.9" />
Leiningen
[com.speedment.runtime/runtime-all "3.2.9"]
Apache Buildr
'com.speedment.runtime:runtime-all:jar:3.2.9'