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