dice_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>games.datastrophic</groupId>
<artifactId>dice_3</artifactId>
<version>0.3.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>games.datastrophic</groupId>
<artifactId>dice_3</artifactId>
<packaging>jar</packaging>
<description>Immutable, PCG-based random numbers generator</description>
<url>https://github.com/datastrophic-games/dice</url>
<version>0.3.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>dice</name>
<organization>
<name>games.datastrophic</name>
<url>https://github.com/datastrophic-games/dice</url>
</organization>
<scm>
<url>https://github.com/datastrophic-games/dice</url>
<connection>git@github.com:datastrophic-games/dice.git</connection>
</scm>
<developers>
<developer>
<id>tomaszym</id>
<name>tomaszym</name>
<url>https://github.com/tomaszym</url>
<email>tomaszym@pm.me</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_3</artifactId>
<version>1.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze_3</artifactId>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>