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