Download runtime-1.0.0-alpha1.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-alpha1 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-alpha1.jar to your project.

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

Download

Click the following link to download the jar file.

runtime-1.0.0-alpha1-javadoc.jar
runtime-1.0.0-alpha1-sources.jar
runtime-1.0.0-alpha1.jar
runtime-1.0.0-alpha1.pom



Related Tutorials