MVN

io.rainfall : Rainfall-tutorial

Maven & Gradle

Oct 15, 2019
5 stars
<dependency>
    <groupId>io.rainfall</groupId>
    <artifactId>Rainfall-tutorial</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.rainfall : Rainfall-tutorial to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of io.rainfall : Rainfall-tutorial to add to Maven or Gradle - All Versions:

  • Version Updated
  • Rainfall-tutorial-1.5.0

    Oct 14, 2019
  • Rainfall-tutorial-1.4.16

    Oct 14, 2019
  • Rainfall-tutorial-1.4.14

    Mar 19, 2019
  • Rainfall-tutorial-1.4.13

    Mar 19, 2019
  • Rainfall-tutorial-1.4.12

    Feb 28, 2019
  • Rainfall-tutorial-1.4.11

    Feb 04, 2019
  • Rainfall-tutorial-1.4.10

    Jan 24, 2019
  • Rainfall-tutorial-1.4.9

    Jan 24, 2019
  • Rainfall-tutorial-1.4.8

    Jan 03, 2019
  • Rainfall-tutorial-1.4.7

    Dec 19, 2018
  • Rainfall-tutorial-1.4.6

    Nov 29, 2018
  • Rainfall-tutorial-1.4.5

    May 31, 2018
  • Rainfall-tutorial-1.4.4

    May 16, 2018
  • Rainfall-tutorial-1.4.3

    May 14, 2018
  • Rainfall-tutorial-1.4.2

    Apr 09, 2018
  • Rainfall-tutorial-1.4.1

    Feb 20, 2018
  • Rainfall-tutorial-1.4.0

    Feb 06, 2018
  • Rainfall-tutorial-1.3.0

    Dec 12, 2017
  • Rainfall-tutorial-1.2.2

    Apr 13, 2017
  • Rainfall-tutorial-1.2.1

    Nov 10, 2016
  • Rainfall-tutorial-1.2.0

    Sep 12, 2016

How to add a dependency to Maven

Add the following io.rainfall : Rainfall-tutorial maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.rainfall</groupId>
    <artifactId>Rainfall-tutorial</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.rainfall : Rainfall-tutorial gradle dependency to your build.gradle file:

implementation 'io.rainfall:Rainfall-tutorial:1.5.0'

Gradle Kotlin DSL: Add the following io.rainfall : Rainfall-tutorial gradle kotlin dependency to your build.gradle.kts file:

implementation("io.rainfall:Rainfall-tutorial:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.rainfall : Rainfall-tutorial sbt scala dependency to your build.sbt file:

libraryDependencies += "io.rainfall" % "Rainfall-tutorial" % "1.5.0"