Download ria-0.7.0.jar file - Jar r

Jar examples for r:ria

Description

The Ria programming language compiler and standard library.

You can download jar file ria 0.7.0 in this page.

License

The MIT License

Build File

You can use the following script to add ria-0.7.0.jar to your project.

<dependency>
   <groupId>com.github.rialang</groupId>
   <artifactId>ria</artifactId>
   <version>0.7.0</version>
</dependency>
compile group: 'com.github.rialang', name: 'ria', version: '0.7.0'
libraryDependencies += "com.github.rialang" % "ria" % "0.7.0"
<dependency org="com.github.rialang" name="ria" rev="0.7.0"/>
@Grapes(@Grab(group='com.github.rialang', module='ria', version='0.7.0'))
'com.github.rialang:ria:jar:0.7.0'

Download

Click the following link to download the jar file.

ria-0.7.0-javadoc.jar
ria-0.7.0-sources.jar
ria-0.7.0.jar
ria-0.7.0.pom



Related Tutorials