is not current version
Last Version 3.1.1

de.sfuhrm:sudoku-client 0.2.0

Sudoku CLI client for Sudoku creation/solution

Categories

Categories

CLI User Interface
GroupId

GroupId

de.sfuhrm
ArtifactId

ArtifactId

sudoku-client
Version

Version

0.2.0
Type

Type

jar

Download sudoku-client 0.2.0


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