MVN

com.github.nisrulz : sensey

Maven & Gradle

Mar 15, 2021
2.6k stars

sensey · Android library which makes playing with sensor events & detecting gestures a breeze.

<dependency>
    <groupId>com.github.nisrulz</groupId>
    <artifactId>sensey</artifactId>
    <version>1.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nisrulz : sensey to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.0

All Versions

Choose a version of com.github.nisrulz : sensey to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
sensey-1.9.0
1.8.x
sensey-1.8.0
1.6.x
sensey-1.6.1
1.5.x
sensey-1.5.1
1.4.x
sensey-1.4.0
1.3.x
sensey-1.3.0
1.2.x
sensey-1.2.0
1.1.x
sensey-1.1.0
1.0.x
sensey-1.0.1

How to add a dependency to Maven

Add the following com.github.nisrulz : sensey maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nisrulz</groupId>
    <artifactId>sensey</artifactId>
    <version>1.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nisrulz : sensey gradle dependency to your build.gradle file:

implementation 'com.github.nisrulz:sensey:1.9.0'

Gradle Kotlin DSL: Add the following com.github.nisrulz : sensey gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nisrulz:sensey:1.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nisrulz : sensey sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nisrulz" % "sensey" % "1.9.0"

Advertisement