MVN

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

Maven & Gradle

Feb 15, 2016
187 stars

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

<dependency>
    <groupId>com.github.vmironov.jetpack</groupId>
    <artifactId>jetpack-bindings-resources</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-resources 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-resources to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.vmironov.jetpack</groupId>
    <artifactId>jetpack-bindings-resources</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-resources gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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