r

runtime-join

Module with join operations
Files download
File Operation
runtime-join-3.2.1.jar download
runtime-join-3.2.1.pom download
runtime-join-3.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.speedment.runtime</groupId>
  <artifactId>runtime-join</artifactId>
  <version>3.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.speedment.runtime:runtime-join:3.2.1'
Gradle Kotlin
implementation("com.speedment.runtime:runtime-join:3.2.1")
Scala SBT
libraryDependencies += "com.speedment.runtime" % "runtime-join" % "3.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.speedment.runtime', module='runtime-join', version='3.2.1')
)
Apache Ivy
<dependency org="com.speedment.runtime" name="runtime-join" rev="3.2.1" />
Leiningen
[com.speedment.runtime/runtime-join "3.2.1"]
Apache Buildr
'com.speedment.runtime:runtime-join:jar:3.2.1'