Download runtime-1.4.2.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.4.2 in this page.

License

The GNU General Public License, Version 3.0

Build File

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

<dependency>
   <groupId>org.echocat.jomon</groupId>
   <artifactId>runtime</artifactId>
   <version>1.4.2</version>
</dependency>
compile group: 'org.echocat.jomon', name: 'runtime', version: '1.4.2'
libraryDependencies += "org.echocat.jomon" % "runtime" % "1.4.2"
<dependency org="org.echocat.jomon" name="runtime" rev="1.4.2"/>
@Grapes(@Grab(group='org.echocat.jomon', module='runtime', version='1.4.2'))
'org.echocat.jomon:runtime:jar:1.4.2'

Download

Click the following link to download the jar file.

runtime-1.4.2-javadoc.jar
runtime-1.4.2-sources.jar
runtime-1.4.2.jar
runtime-1.4.2.pom



Related Tutorials