is not current version
Last Version 3.2.10

com.speedment.runtime:runtime-compute 3.2.1

Functional interfaces and utility class used to express computations on Speedment entities.

Categories

Categories

Speedment Data Databases
GroupId

GroupId

com.speedment.runtime
ArtifactId

ArtifactId

runtime-compute
Version

Version

3.2.1
Type

Type

jar

Download runtime-compute 3.2.1


<!-- https://jarcasting.com/artifacts/com.speedment.runtime/runtime-compute/ -->
<dependency>
    <groupId>com.speedment.runtime</groupId>
    <artifactId>runtime-compute</artifactId>
    <version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.runtime/runtime-compute/
implementation 'com.speedment.runtime:runtime-compute:3.2.1'
// https://jarcasting.com/artifacts/com.speedment.runtime/runtime-compute/
implementation ("com.speedment.runtime:runtime-compute:3.2.1")
'com.speedment.runtime:runtime-compute:jar:3.2.1'
<dependency org="com.speedment.runtime" name="runtime-compute" rev="3.2.1">
  <artifact name="runtime-compute" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.speedment.runtime', module='runtime-compute', version='3.2.1')
)
libraryDependencies += "com.speedment.runtime" % "runtime-compute" % "3.2.1"
[com.speedment.runtime/runtime-compute "3.2.1"]