is not current version
Last Version 3.1.1

de.sfuhrm:sudoku 0.1.1

Sudoku implementation

GroupId

GroupId

de.sfuhrm
ArtifactId

ArtifactId

sudoku
Version

Version

0.1.1
Type

Type

jar

Download sudoku 0.1.1


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