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.0.11.pom download
Apache Maven
<dependency>
  <groupId>com.speedment.runtime</groupId>
  <artifactId>runtime-all</artifactId>
  <version>3.0.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.speedment.runtime:runtime-all:3.0.11'
Gradle Kotlin
implementation("com.speedment.runtime:runtime-all:3.0.11")
Scala SBT
libraryDependencies += "com.speedment.runtime" % "runtime-all" % "3.0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.speedment.runtime', module='runtime-all', version='3.0.11')
)
Apache Ivy
<dependency org="com.speedment.runtime" name="runtime-all" rev="3.0.11" />
Leiningen
[com.speedment.runtime/runtime-all "3.0.11"]
Apache Buildr
'com.speedment.runtime:runtime-all:jar:3.0.11'