MVN

org.worldcubeassociation.tnoodle : scrambler-min2phase

Maven & Gradle

Feb 11, 2022
2 usages
37 stars

scrambler-min2phase · Chen Shuang's (https://github.com/cs0x7f) awesome 3x3 scrambler built on top of Herbert Kociemba's Java library.

<dependency>
    <groupId>org.worldcubeassociation.tnoodle</groupId>
    <artifactId>scrambler-min2phase</artifactId>
    <version>0.18.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.worldcubeassociation.tnoodle : scrambler-min2phase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18.1

All Versions

Choose a version of org.worldcubeassociation.tnoodle : scrambler-min2phase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18.x
scrambler-min2phase-0.18.1
scrambler-min2phase-0.18.0

How to add a dependency to Maven

Add the following org.worldcubeassociation.tnoodle : scrambler-min2phase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.worldcubeassociation.tnoodle</groupId>
    <artifactId>scrambler-min2phase</artifactId>
    <version>0.18.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.worldcubeassociation.tnoodle : scrambler-min2phase gradle dependency to your build.gradle file:

implementation 'org.worldcubeassociation.tnoodle:scrambler-min2phase:0.18.1'

Gradle Kotlin DSL: Add the following org.worldcubeassociation.tnoodle : scrambler-min2phase gradle kotlin dependency to your build.gradle.kts file:

implementation("org.worldcubeassociation.tnoodle:scrambler-min2phase:0.18.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.worldcubeassociation.tnoodle : scrambler-min2phase sbt scala dependency to your build.sbt file:

libraryDependencies += "org.worldcubeassociation.tnoodle" % "scrambler-min2phase" % "0.18.1"

Advertisement