License |
License |
---|---|
GroupId | GroupIdde.sfuhrm |
ArtifactId | ArtifactIdsudoku |
Version | Version3.1.1 |
Type | Typejar |
Description |
DescriptionSudoku
Sudoku implementation for inclusion as a library
|
Project URL |
Project URL |
Filename | Size |
---|---|
sudoku-3.1.1.pom | |
sudoku-3.1.1.jar | 24 KB |
sudoku-3.1.1-sources.jar | 28 KB |
sudoku-3.1.1-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sfuhrm/sudoku/ -->
<dependency>
<groupId>de.sfuhrm</groupId>
<artifactId>sudoku</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.sfuhrm/sudoku/
implementation 'de.sfuhrm:sudoku:3.1.1'
// https://jarcasting.com/artifacts/de.sfuhrm/sudoku/
implementation ("de.sfuhrm:sudoku:3.1.1")
'de.sfuhrm:sudoku:jar:3.1.1'
<dependency org="de.sfuhrm" name="sudoku" rev="3.1.1">
<artifact name="sudoku" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sfuhrm', module='sudoku', version='3.1.1')
)
libraryDependencies += "de.sfuhrm" % "sudoku" % "3.1.1"
[de.sfuhrm/sudoku "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20201115 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |