MVN

ru.ztrap.views : KeySensitive

Maven & Gradle

Aug 19, 2017

Key-sensitive layouts Library · Simple library for work with soft keyboard

<dependency>
    <groupId>ru.ztrap.views</groupId>
    <artifactId>KeySensitive</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.ztrap.views : KeySensitive to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1
  • Latest Beta: 0.0.1-beta1

All Versions

Choose a version of ru.ztrap.views : KeySensitive to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
KeySensitive-2.0.1
KeySensitive-2.0.0
1.0.x
KeySensitive-1.0.0
0.0.x
KeySensitive-0.0.1-beta1

How to add a dependency to Maven

Add the following ru.ztrap.views : KeySensitive maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.ztrap.views</groupId>
    <artifactId>KeySensitive</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.ztrap.views : KeySensitive gradle dependency to your build.gradle file:

implementation 'ru.ztrap.views:KeySensitive:2.0.1'

Gradle Kotlin DSL: Add the following ru.ztrap.views : KeySensitive gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.ztrap.views:KeySensitive:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.ztrap.views : KeySensitive sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.ztrap.views" % "KeySensitive" % "2.0.1"