Download rainfall-core-1.2.1.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.2.1 in this page.

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials