MVN

com.github.yoojia : next-inputs-android

Maven & Gradle

May 31, 2018
133 stars

NextInputs-Android · NextInputs-Android: Android binding for NextInputs

<dependency>
    <groupId>com.github.yoojia</groupId>
    <artifactId>next-inputs-android</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yoojia : next-inputs-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2
  • Latest Beta: 1.7.0-BETA
  • Latest Alpha: 1.7.0-ALPHA

All Versions

Choose a version of com.github.yoojia : next-inputs-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
next-inputs-android-1.7.2
next-inputs-android-1.7.1
next-inputs-android-1.7.0-BETA
next-inputs-android-1.7.0-ALPHA
next-inputs-android-1.7.0-PreA
next-inputs-android-1.7.0-Pre
next-inputs-android-1.7.0-Beta
1.6.x
next-inputs-android-1.6.1
1.6
next-inputs-android-1.6
1.5
next-inputs-android-1.5
1.4
next-inputs-android-1.4
1.3.x
next-inputs-android-1.3.3
next-inputs-android-1.3.2
next-inputs-android-1.3.1
1.2.x
next-inputs-android-1.2.4

How to add a dependency to Maven

Add the following com.github.yoojia : next-inputs-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yoojia</groupId>
    <artifactId>next-inputs-android</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yoojia : next-inputs-android gradle dependency to your build.gradle file:

implementation 'com.github.yoojia:next-inputs-android:1.7.2'

Gradle Kotlin DSL: Add the following com.github.yoojia : next-inputs-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yoojia:next-inputs-android:1.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yoojia : next-inputs-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yoojia" % "next-inputs-android" % "1.7.2"

Advertisement