Download rainfall-core-1.0.2.jar file - Jar r

Jar examples for r:rainfall-core

Description

Rainfall-core is the core of the Rainfall framework

You can download jar file rainfall-core 1.0.2 in this page.

License

Apache 2

Build File

You can use the following script to add rainfall-core-1.0.2.jar to your project.

<dependency>
   <groupId>io.rainfall</groupId>
   <artifactId>rainfall-core</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'io.rainfall', name: 'rainfall-core', version: '1.0.2'
libraryDependencies += "io.rainfall" % "rainfall-core" % "1.0.2"
<dependency org="io.rainfall" name="rainfall-core" rev="1.0.2"/>
@Grapes(@Grab(group='io.rainfall', module='rainfall-core', version='1.0.2'))
'io.rainfall:rainfall-core:jar:1.0.2'

Download

Click the following link to download the jar file.

rainfall-core-1.0.2-javadoc.jar
rainfall-core-1.0.2-sources.jar
rainfall-core-1.0.2.jar
rainfall-core-1.0.2.pom



Related Tutorials