MVN

io.github.dvgaba : easy-random-randomizers

Maven & Gradle

Aug 10, 2023
1.5k stars

Easy Random Randomizers · Easy Random built-in randomizers

<dependency>
    <groupId>io.github.dvgaba</groupId>
    <artifactId>easy-random-randomizers</artifactId>
    <version>6.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dvgaba : easy-random-randomizers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.0

All Versions

Choose a version of io.github.dvgaba : easy-random-randomizers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
easy-random-randomizers-6.2.0
6.1.x
easy-random-randomizers-6.1.8
easy-random-randomizers-6.1.7
easy-random-randomizers-6.1.6
easy-random-randomizers-6.1.5
easy-random-randomizers-6.1.4
easy-random-randomizers-6.1.3
easy-random-randomizers-6.1.2
easy-random-randomizers-6.1.1
easy-random-randomizers-6.1.0
6.0.x
easy-random-randomizers-6.0.4
easy-random-randomizers-6.0.3
easy-random-randomizers-6.0.2
easy-random-randomizers-6.0.1
easy-random-randomizers-6.0.0

How to add a dependency to Maven

Add the following io.github.dvgaba : easy-random-randomizers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dvgaba</groupId>
    <artifactId>easy-random-randomizers</artifactId>
    <version>6.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dvgaba : easy-random-randomizers gradle dependency to your build.gradle file:

implementation 'io.github.dvgaba:easy-random-randomizers:6.2.0'

Gradle Kotlin DSL: Add the following io.github.dvgaba : easy-random-randomizers gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dvgaba:easy-random-randomizers:6.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dvgaba : easy-random-randomizers sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dvgaba" % "easy-random-randomizers" % "6.2.0"