MVN

com.bytebreakstudios : input

Maven & Gradle

Oct 21, 2016
0 stars

Input · Supplemental input classes for LibGdx

<dependency>
    <groupId>com.bytebreakstudios</groupId>
    <artifactId>input</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bytebreakstudios : input to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of com.bytebreakstudios : input to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
input-1.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bytebreakstudios</groupId>
    <artifactId>input</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bytebreakstudios : input gradle dependency to your build.gradle file:

implementation 'com.bytebreakstudios:input:1.6.0'

Gradle Kotlin DSL: Add the following com.bytebreakstudios : input gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bytebreakstudios:input:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bytebreakstudios : input sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bytebreakstudios" % "input" % "1.6.0"

Advertisement