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