MVN

jp.joao : nirai

Maven & Gradle

Mar 03, 2014
28 stars

Nirai Library · A job queue for Android

<dependency>
    <groupId>jp.joao</groupId>
    <artifactId>nirai</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jp.joao : nirai to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of jp.joao : nirai to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
nirai-0.1.1
nirai-0.1.0

How to add a dependency to Maven

Add the following jp.joao : nirai maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jp.joao</groupId>
    <artifactId>nirai</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jp.joao : nirai gradle dependency to your build.gradle file:

implementation 'jp.joao:nirai:0.1.1'

Gradle Kotlin DSL: Add the following jp.joao : nirai gradle kotlin dependency to your build.gradle.kts file:

implementation("jp.joao:nirai:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following jp.joao : nirai sbt scala dependency to your build.sbt file:

libraryDependencies += "jp.joao" % "nirai" % "0.1.1"