License |
License |
---|---|
Categories |
CategoriesSpeedment Data Databases |
GroupId | GroupIdcom.speedment.runtime |
ArtifactId | ArtifactIdruntime-application |
Last Version | Last Version3.2.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpeedment - Runtime - Application
The runtime bundle of Speedment that all projects must depend on to use
the framework.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
runtime-application-3.2.10.pom | |
runtime-application-3.2.10.jar | 26 KB |
runtime-application-3.2.10-sources.jar | 18 KB |
runtime-application-3.2.10-javadoc.jar | 455 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.speedment.runtime/runtime-application/ -->
<dependency>
<groupId>com.speedment.runtime</groupId>
<artifactId>runtime-application</artifactId>
<version>3.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.runtime/runtime-application/
implementation 'com.speedment.runtime:runtime-application:3.2.10'
// https://jarcasting.com/artifacts/com.speedment.runtime/runtime-application/
implementation ("com.speedment.runtime:runtime-application:3.2.10")
'com.speedment.runtime:runtime-application:jar:3.2.10'
<dependency org="com.speedment.runtime" name="runtime-application" rev="3.2.10">
<artifact name="runtime-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.speedment.runtime', module='runtime-application', version='3.2.10')
)
libraryDependencies += "com.speedment.runtime" % "runtime-application" % "3.2.10"
[com.speedment.runtime/runtime-application "3.2.10"]
Group / Artifact | Type | Version |
---|---|---|
com.speedment.runtime : runtime-core | jar | 3.2.10 |
com.speedment.common : jvm-version | jar | |
com.speedment.runtime : runtime-join | jar | 3.2.10 |
com.speedment.runtime : connector-mysql | jar | 3.2.10 |
com.speedment.runtime : connector-mariadb | jar | 3.2.10 |
com.speedment.runtime : connector-postgres | jar | 3.2.10 |
com.speedment.runtime : connector-sqlite | jar | 3.2.10 |
com.speedment.runtime : runtime-welcome | jar | 3.2.10 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.0.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |