License |
License |
---|---|
GroupId | GroupIdcom.stoyanr.mastermind |
ArtifactId | ArtifactIdmastermind |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionMasterminder
Java implementation of several strategies for winning the popular board game Mastermind
|
Filename | Size |
---|---|
mastermind-1.0.pom | |
mastermind-1.0.jar | 44 KB |
mastermind-1.0-sources.jar | 41 KB |
mastermind-1.0-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stoyanr.mastermind/mastermind/ -->
<dependency>
<groupId>com.stoyanr.mastermind</groupId>
<artifactId>mastermind</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stoyanr.mastermind/mastermind/
implementation 'com.stoyanr.mastermind:mastermind:1.0'
// https://jarcasting.com/artifacts/com.stoyanr.mastermind/mastermind/
implementation ("com.stoyanr.mastermind:mastermind:1.0")
'com.stoyanr.mastermind:mastermind:jar:1.0'
<dependency org="com.stoyanr.mastermind" name="mastermind" rev="1.0">
<artifact name="mastermind" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stoyanr.mastermind', module='mastermind', version='1.0')
)
libraryDependencies += "com.stoyanr.mastermind" % "mastermind" % "1.0"
[com.stoyanr.mastermind/mastermind "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.fitnesse : fitnesse | jar | 20111025 |