MVN

com.github.brianPlummer : tinydancer-noop

Maven & Gradle

Aug 30, 2017
4 stars

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

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

Latest Version

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

  • Latest Stable: 0.1.2

All Versions

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

Version Vulnerabilities Updated
0.1.x
tinydancer-noop-0.1.2
tinydancer-noop-0.1.2-snapshot
tinydancer-noop-0.1.1
tinydancer-noop-0.1.0
0.0.x
tinydancer-noop-0.0.9

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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