Categories |
CategoriesSpeedment Data Databases |
---|---|
GroupId | GroupIdcom.speedment.runtime |
ArtifactId | ArtifactIdruntime-join |
Version | Version3.2.1 |
Type | Typejar |
Filename | Size |
---|---|
runtime-join-3.2.1.pom | |
runtime-join-3.2.1.jar | 116 KB |
runtime-join-3.2.1-sources.jar | 92 KB |
runtime-join-3.2.1-javadoc.jar | 671 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.speedment.runtime/runtime-join/ -->
<dependency>
<groupId>com.speedment.runtime</groupId>
<artifactId>runtime-join</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.runtime/runtime-join/
implementation 'com.speedment.runtime:runtime-join:3.2.1'
// https://jarcasting.com/artifacts/com.speedment.runtime/runtime-join/
implementation ("com.speedment.runtime:runtime-join:3.2.1")
'com.speedment.runtime:runtime-join:jar:3.2.1'
<dependency org="com.speedment.runtime" name="runtime-join" rev="3.2.1">
<artifact name="runtime-join" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.speedment.runtime', module='runtime-join', version='3.2.1')
)
libraryDependencies += "com.speedment.runtime" % "runtime-join" % "3.2.1"
[com.speedment.runtime/runtime-join "3.2.1"]