MVN

com.github.vmironov.jetpack : jetpack-bindings-arguments

Maven & Gradle

Feb 15, 2016
187 stars

Jetpack Arguments Bindings · A collection of useful extension methods for Android.

<dependency>
    <groupId>com.github.vmironov.jetpack</groupId>
    <artifactId>jetpack-bindings-arguments</artifactId>
    <version>0.14.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vmironov.jetpack : jetpack-bindings-arguments to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.2

All Versions

Choose a version of com.github.vmironov.jetpack : jetpack-bindings-arguments to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
jetpack-bindings-arguments-0.14.2
jetpack-bindings-arguments-0.14.1
jetpack-bindings-arguments-0.14.0
jetpack-bindings-arguments-0.14.0-SHAPSHOT
0.13.x
jetpack-bindings-arguments-0.13.2
jetpack-bindings-arguments-0.13.1
jetpack-bindings-arguments-0.13.0
0.12.x
jetpack-bindings-arguments-0.12.0
0.11.x
jetpack-bindings-arguments-0.11.1
0.10.x
jetpack-bindings-arguments-0.10.2

How to add a dependency to Maven

Add the following com.github.vmironov.jetpack : jetpack-bindings-arguments maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vmironov.jetpack</groupId>
    <artifactId>jetpack-bindings-arguments</artifactId>
    <version>0.14.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vmironov.jetpack : jetpack-bindings-arguments gradle dependency to your build.gradle file:

implementation 'com.github.vmironov.jetpack:jetpack-bindings-arguments:0.14.2'

Gradle Kotlin DSL: Add the following com.github.vmironov.jetpack : jetpack-bindings-arguments gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vmironov.jetpack:jetpack-bindings-arguments:0.14.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vmironov.jetpack : jetpack-bindings-arguments sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vmironov.jetpack" % "jetpack-bindings-arguments" % "0.14.2"