Download runtime-jdk-1.0.0-alpha2.jar file - Jar r

Jar examples for r:runtime-jdk

Description

JDK Runtime library to support generated code

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

runtime-jdk-1.0.0-alpha2-javadoc.jar
runtime-jdk-1.0.0-alpha2-sources.jar
runtime-jdk-1.0.0-alpha2.jar
runtime-jdk-1.0.0-alpha2.pom



Related Tutorials