is not current version
Last Version 3.2.10

com.speedment:runtime 3.0.0-EA2

The main Speedment bundle that contains all the runtime dependencies that should be exposed to the end user.

Categories

Categories

Speedment Data Databases
GroupId

GroupId

com.speedment
ArtifactId

ArtifactId

runtime
Version

Version

3.0.0-EA2
Type

Type

pom

Download runtime 3.0.0-EA2

Filename Size
runtime-3.0.0-EA2.pom 3 KB
Browse

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