is not current version
Last Version 3.1.1

de.sfuhrm:sudoku 3.0.2

Sudoku implementation for inclusion as a library

GroupId

GroupId

de.sfuhrm
ArtifactId

ArtifactId

sudoku
Version

Version

3.0.2
Type

Type

jar

Download sudoku 3.0.2


<!-- https://jarcasting.com/artifacts/de.sfuhrm/sudoku/ -->
<dependency>
    <groupId>de.sfuhrm</groupId>
    <artifactId>sudoku</artifactId>
    <version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.sfuhrm/sudoku/
implementation 'de.sfuhrm:sudoku:3.0.2'
// https://jarcasting.com/artifacts/de.sfuhrm/sudoku/
implementation ("de.sfuhrm:sudoku:3.0.2")
'de.sfuhrm:sudoku:jar:3.0.2'
<dependency org="de.sfuhrm" name="sudoku" rev="3.0.2">
  <artifact name="sudoku" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sfuhrm', module='sudoku', version='3.0.2')
)
libraryDependencies += "de.sfuhrm" % "sudoku" % "3.0.2"
[de.sfuhrm/sudoku "3.0.2"]