MVN

org.mariuszgromada.math : Janet-Sudoku

Maven & Gradle

Apr 04, 2017
9 stars

Janet Sudoku - Sudoku Generator and Sudoku Solver library for Java Android .NET MONO (C#) CLS compliant (C++/CLI, F#, VB) · Janet Sudoku is a powerful Sudoku Generator and Sudoku Solver library for Java (since jdk 1.5) Android .NET (since 2.0) MONO CLS compliant. Additionally library delivers Janet Sudoku Demo App implementation in a simple form of command line tool, yet highly functional. 1. Sudoku Generator - generate Sudoku puzzles using variety of different methods. 2. Sudoku Solver - Solve any Sudoku puzzle, get the path leading to the correct solution. Check whether unique solution exists. Find all solutions if more than one present. Analyse many built-in examples of Sudoku puzzles or load any other. 3. Manipulate the board by applying transformations not affecting solution existence (i.e. rotation, reflection, permutation, swapping segments, and others). Interact with the library via consisted and well documented API. 4. Janet Sudoku Demo App - use simple, yet highly functional, command line tool to generate, solve evaluate different puzzles.

<dependency>
    <groupId>org.mariuszgromada.math</groupId>
    <artifactId>Janet-Sudoku</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mariuszgromada.math : Janet-Sudoku to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of org.mariuszgromada.math : Janet-Sudoku to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
Janet-Sudoku-1.1.1

How to add a dependency to Maven

Add the following org.mariuszgromada.math : Janet-Sudoku maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mariuszgromada.math</groupId>
    <artifactId>Janet-Sudoku</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mariuszgromada.math : Janet-Sudoku gradle dependency to your build.gradle file:

implementation 'org.mariuszgromada.math:Janet-Sudoku:1.1.1'

Gradle Kotlin DSL: Add the following org.mariuszgromada.math : Janet-Sudoku gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mariuszgromada.math:Janet-Sudoku:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mariuszgromada.math : Janet-Sudoku sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mariuszgromada.math" % "Janet-Sudoku" % "1.1.1"

Advertisement