Game of Life Library

A small Library to generate and simulate the Game of Life

License

License

Categories

Categories

JavaScript Languages
GroupId

GroupId

cc.rbbl.game-of-life
ArtifactId

ArtifactId

game-of-life-lib-js
Last Version

Last Version

0.2.7
Release Date

Release Date

Type

Type

pom
Description

Description

Game of Life Library
A small Library to generate and simulate the Game of Life
Source Code Management

Source Code Management

https://gitlab.com/rbbl/game-of-life/game-of-life-lib

Download game-of-life-lib-js

How to add to project

<!-- https://jarcasting.com/artifacts/cc.rbbl.game-of-life/game-of-life-lib-js/ -->
<dependency>
    <groupId>cc.rbbl.game-of-life</groupId>
    <artifactId>game-of-life-lib-js</artifactId>
    <version>0.2.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cc.rbbl.game-of-life/game-of-life-lib-js/
implementation 'cc.rbbl.game-of-life:game-of-life-lib-js:0.2.7'
// https://jarcasting.com/artifacts/cc.rbbl.game-of-life/game-of-life-lib-js/
implementation ("cc.rbbl.game-of-life:game-of-life-lib-js:0.2.7")
'cc.rbbl.game-of-life:game-of-life-lib-js:pom:0.2.7'
<dependency org="cc.rbbl.game-of-life" name="game-of-life-lib-js" rev="0.2.7">
  <artifact name="game-of-life-lib-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='cc.rbbl.game-of-life', module='game-of-life-lib-js', version='0.2.7')
)
libraryDependencies += "cc.rbbl.game-of-life" % "game-of-life-lib-js" % "0.2.7"
[cc.rbbl.game-of-life/game-of-life-lib-js "0.2.7"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.6.21
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.21

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.7
0.2.3
0.2.0