gameOfLife


License

License

GroupId

GroupId

io.github.fmv1992
ArtifactId

ArtifactId

gameoflife_2.13
Last Version

Last Version

1.11.4
Release Date

Release Date

Type

Type

jar
Description

Description

gameOfLife
gameOfLife
Project URL

Project URL

https://github.com/fmv1992/fmv1992_scala_utilities
Project Organization

Project Organization

io.github.fmv1992
Source Code Management

Source Code Management

https://github.com/fmv1992/fmv1992_scala_utilities

Download gameoflife_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.fmv1992/gameoflife_2.13/ -->
<dependency>
    <groupId>io.github.fmv1992</groupId>
    <artifactId>gameoflife_2.13</artifactId>
    <version>1.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fmv1992/gameoflife_2.13/
implementation 'io.github.fmv1992:gameoflife_2.13:1.11.4'
// https://jarcasting.com/artifacts/io.github.fmv1992/gameoflife_2.13/
implementation ("io.github.fmv1992:gameoflife_2.13:1.11.4")
'io.github.fmv1992:gameoflife_2.13:jar:1.11.4'
<dependency org="io.github.fmv1992" name="gameoflife_2.13" rev="1.11.4">
  <artifact name="gameoflife_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fmv1992', module='gameoflife_2.13', version='1.11.4')
)
libraryDependencies += "io.github.fmv1992" % "gameoflife_2.13" % "1.11.4"
[io.github.fmv1992/gameoflife_2.13 "1.11.4"]

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.3
io.github.fmv1992 : cli_2.13 jar 1.11.4
io.github.fmv1992 : util_2.13 jar 1.11.4
org.scalameta : scalameta_2.13 jar 4.3.24
org.scala-lang.modules : scala-collection-compat_2.13 jar 2.2.0
com.sandinh : scala-rewrites_2.13 jar 0.1.10-sd

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.13 jar 3.2.0

Project Modules

There are no modules declared in this project.

fmv1992_scala_utilities

This project illustrates my journey in learning Scala and trying to deploy my first project for other people to use.

Sub-projects

CLI

Deprecated sub-project. It is not a project of its own: scala_cli_parser.

Game of life

A game of life implementation in Scala.

Uniq

A uniq implementation in Scala in which the order of the lines does not matter.

Util

A very broad utilities package for Scala.

Versions

Version
1.11.4
1.11.1