Download runtime-1.0.0-RC1.jar file - Jar r

Jar examples for r:runtime

Description

The main Speedment bundle that contains all the runtime dependencies that should be exposed to the end user.

You can download jar file runtime 1.0.0-RC1 in this page.

License

The GNU General Public License, Version 3.0

Build File

You can use the following script to add runtime-1.0.0-RC1.jar to your project.

<dependency>
   <groupId>com.github.prologdb</groupId>
   <artifactId>runtime</artifactId>
   <version>1.0.0-RC1</version>
</dependency>
compile group: 'com.github.prologdb', name: 'runtime', version: '1.0.0-RC1'
libraryDependencies += "com.github.prologdb" % "runtime" % "1.0.0-RC1"
<dependency org="com.github.prologdb" name="runtime" rev="1.0.0-RC1"/>
@Grapes(@Grab(group='com.github.prologdb', module='runtime', version='1.0.0-RC1'))
'com.github.prologdb:runtime:jar:1.0.0-RC1'

Download

Click the following link to download the jar file.

runtime-1.0.0-RC1.pom



Related Tutorials