MVN

io.github.dvgaba : easy-random-core

Maven & Gradle

Aug 10, 2023
1.5k stars

Easy Random Core · Easy Random core implementation

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

Latest Version

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

  • Latest Stable: 6.2.0

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.dvgaba</groupId>
    <artifactId>easy-random-core</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-core gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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