MVN

com.github.brianPlummer : tinydancer

Maven & Gradle

Aug 30, 2017
4 stars

com.codemonkeylabs.tinydancer · A library that displays fps information

<dependency>
    <groupId>com.github.brianPlummer</groupId>
    <artifactId>tinydancer</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.2

All Versions

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

Version Vulnerabilities Updated
0.1.x
tinydancer-0.1.2
tinydancer-0.1.2-snapshot
tinydancer-0.1.1
tinydancer-0.1.0
0.0.x
tinydancer-0.0.9
tinydancer-0.0.8
tinydancer-0.0.7
tinydancer-0.0.6
tinydancer-0.0.5
tinydancer-0.0.4
tinydancer-0.0.3
tinydancer-0.0.2
tinydancer-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.brianPlummer</groupId>
    <artifactId>tinydancer</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.brianPlummer:tinydancer:0.1.2'

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

implementation("com.github.brianPlummer:tinydancer:0.1.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.brianPlummer" % "tinydancer" % "0.1.2"