MVN

com.github.cubing : tnoodle-android

Maven & Gradle

Sep 01, 2014
394 stars

TNoodle Android Library · WCA scrambling library for Android applications

<dependency>
    <groupId>com.github.cubing</groupId>
    <artifactId>tnoodle-android</artifactId>
    <version>0.8.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cubing : tnoodle-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.9

All Versions

Choose a version of com.github.cubing : tnoodle-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
tnoodle-android-0.8.9
tnoodle-android-0.8.8
tnoodle-android-0.8.7-18-gd014b1f
tnoodle-android-0.8.7
tnoodle-android-0.8.7-1392889389
tnoodle-android-0.8.6-7-g132975b
tnoodle-android-0.8.2
tnoodle-android-0.8.1-2-geaf3aa6
0.7.x
tnoodle-android-0.7.14-63-gbf7a120
tnoodle-android-0.7.14-62-geffe50f-1388007438
tnoodle-android-0.7.14-52-g9a7c659-1387968297
tnoodle-android-0.7.14-51-g547fc20-1387963848
tnoodle-android-0.7.14-50-gdacec99-1387956206

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cubing</groupId>
    <artifactId>tnoodle-android</artifactId>
    <version>0.8.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cubing : tnoodle-android gradle dependency to your build.gradle file:

implementation 'com.github.cubing:tnoodle-android:0.8.9'

Gradle Kotlin DSL: Add the following com.github.cubing : tnoodle-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cubing:tnoodle-android:0.8.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cubing : tnoodle-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cubing" % "tnoodle-android" % "0.8.9"

Advertisement