MVN

com.stoyanr.mastermind : mastermind-parent

Maven & Gradle

Sep 22, 2012
8 stars

Masterminder Parent · Java implementation of several strategies for winning the popular board game Mastermind

<dependency>
    <groupId>com.stoyanr.mastermind</groupId>
    <artifactId>mastermind-parent</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stoyanr.mastermind : mastermind-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.stoyanr.mastermind : mastermind-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
mastermind-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.stoyanr.mastermind</groupId>
    <artifactId>mastermind-parent</artifactId>
    <version>1.0</version>
</dependency>