MVN

org.webjars.bower : github-com-Mottie-Keyboard

Maven & Gradle

Dec 18, 2017
1.7k stars

keyboard · WebJar for keyboard

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-Mottie-Keyboard</artifactId>
    <version>v1.27.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : github-com-Mottie-Keyboard to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v1.27.3

All Versions

Choose a version of org.webjars.bower : github-com-Mottie-Keyboard to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1.27.x
github-com-Mottie-Keyboard-v1.27.3
v1.26.x
github-com-Mottie-Keyboard-v1.26.5

How to add a dependency to Maven

Add the following org.webjars.bower : github-com-Mottie-Keyboard maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-Mottie-Keyboard</artifactId>
    <version>v1.27.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : github-com-Mottie-Keyboard gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:github-com-Mottie-Keyboard:v1.27.3'

Gradle Kotlin DSL: Add the following org.webjars.bower : github-com-Mottie-Keyboard gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:github-com-Mottie-Keyboard:v1.27.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : github-com-Mottie-Keyboard sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "github-com-Mottie-Keyboard" % "v1.27.3"

Advertisement