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