MVN

cc.rbbl.game-of-life : game-of-life-lib-js

Maven & Gradle

May 14, 2022

Game of Life Library · A small Library to generate and simulate the Game of Life

<dependency>
    <groupId>cc.rbbl.game-of-life</groupId>
    <artifactId>game-of-life-lib-js</artifactId>
    <version>0.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.rbbl.game-of-life : game-of-life-lib-js to add to Maven - Latest Versions:

  • Latest Stable: 0.2.7

All Versions

Choose a version of cc.rbbl.game-of-life : game-of-life-lib-js to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
game-of-life-lib-js-0.2.7
game-of-life-lib-js-0.2.3
game-of-life-lib-js-0.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cc.rbbl.game-of-life</groupId>
    <artifactId>game-of-life-lib-js</artifactId>
    <version>0.2.7</version>
</dependency>