MVN

com.singhinderjeet : playn-headless-android

Maven & Gradle

Aug 18, 2014
2 stars

Headless version of PlayN Android

<dependency>
    <groupId>com.singhinderjeet</groupId>
    <artifactId>playn-headless-android</artifactId>
    <version>1.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.singhinderjeet : playn-headless-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.4

All Versions

Choose a version of com.singhinderjeet : playn-headless-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
playn-headless-android-1.5.4
playn-headless-android-1.5.3
playn-headless-android-1.5.2

How to add a dependency to Maven

Add the following com.singhinderjeet : playn-headless-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.singhinderjeet</groupId>
    <artifactId>playn-headless-android</artifactId>
    <version>1.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.singhinderjeet : playn-headless-android gradle dependency to your build.gradle file:

implementation 'com.singhinderjeet:playn-headless-android:1.5.4'

Gradle Kotlin DSL: Add the following com.singhinderjeet : playn-headless-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.singhinderjeet:playn-headless-android:1.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.singhinderjeet : playn-headless-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.singhinderjeet" % "playn-headless-android" % "1.5.4"

Advertisement