MVN

org.worldcubeassociation.tnoodle : lib-scrambles

Maven & Gradle

Feb 11, 2022
37 stars

lib-scrambles · A Java scrambling suite. Java applications can use this project as a library. A perfect example of this is the webscrambles package.

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

Latest Version

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

  • Latest Stable: 0.18.1

All Versions

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

Version Vulnerabilities Updated
0.18.x
lib-scrambles-0.18.1
lib-scrambles-0.18.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.worldcubeassociation.tnoodle</groupId>
    <artifactId>lib-scrambles</artifactId>
    <version>0.18.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.worldcubeassociation.tnoodle:lib-scrambles:0.18.1'

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

implementation("org.worldcubeassociation.tnoodle:lib-scrambles:0.18.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.worldcubeassociation.tnoodle" % "lib-scrambles" % "0.18.1"

Advertisement