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