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