MVN

ninja.ugly : android-prevail

Maven & Gradle

Jul 15, 2014
4 stars

Android Prevail · Android Prevail is a simple data abstraction library for event driven Android apps.

<dependency>
    <groupId>ninja.ugly</groupId>
    <artifactId>android-prevail</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ninja.ugly : android-prevail to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of ninja.ugly : android-prevail to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
android-prevail-0.2.4
android-prevail-0.2.3
android-prevail-0.2.2

How to add a dependency to Maven

Add the following ninja.ugly : android-prevail maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ninja.ugly</groupId>
    <artifactId>android-prevail</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ninja.ugly : android-prevail gradle dependency to your build.gradle file:

implementation 'ninja.ugly:android-prevail:0.2.4'

Gradle Kotlin DSL: Add the following ninja.ugly : android-prevail gradle kotlin dependency to your build.gradle.kts file:

implementation("ninja.ugly:android-prevail:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ninja.ugly : android-prevail sbt scala dependency to your build.sbt file:

libraryDependencies += "ninja.ugly" % "android-prevail" % "0.2.4"

Advertisement