is not current version
Last Version 3.1.1

de.sfuhrm:sudoku 2.0.0

Sudoku implementation for inclusion as a library

GroupId

GroupId

de.sfuhrm
ArtifactId

ArtifactId

sudoku
Version

Version

2.0.0
Type

Type

jar

Download sudoku 2.0.0


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