MVN

com.softwaremagico : think-machine-random

Maven & Gradle

Jul 10, 2023
7 stars

Think Machine (Random Generator) · Think Machine - A Fading Suns character generator (random character creation)

<dependency>
    <groupId>com.softwaremagico</groupId>
    <artifactId>think-machine-random</artifactId>
    <version>0.10.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.softwaremagico : think-machine-random to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.5

All Versions

Choose a version of com.softwaremagico : think-machine-random to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
think-machine-random-0.10.5
think-machine-random-0.10.4
think-machine-random-0.10.3
think-machine-random-0.10.2
think-machine-random-0.10.1
think-machine-random-0.10.0
0.9.x
think-machine-random-0.9.2
think-machine-random-0.9.1
0.8.x
think-machine-random-0.8.2
think-machine-random-0.8.1
0.7.x
think-machine-random-0.7.1
think-machine-random-0.7.0
0.6.x
think-machine-random-0.6.1
think-machine-random-0.6.0
0.5.x
think-machine-random-0.5.1
think-machine-random-0.5.0

How to add a dependency to Maven

Add the following com.softwaremagico : think-machine-random maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.softwaremagico</groupId>
    <artifactId>think-machine-random</artifactId>
    <version>0.10.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softwaremagico : think-machine-random gradle dependency to your build.gradle file:

implementation 'com.softwaremagico:think-machine-random:0.10.5'

Gradle Kotlin DSL: Add the following com.softwaremagico : think-machine-random gradle kotlin dependency to your build.gradle.kts file:

implementation("com.softwaremagico:think-machine-random:0.10.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softwaremagico : think-machine-random sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softwaremagico" % "think-machine-random" % "0.10.5"

Advertisement