MVN

org.catools : common-randomize

Maven & Gradle

May 02, 2020
1 usages

Core Automation Common Randomize · The Common Randomize Implementation

<dependency>
    <groupId>org.catools</groupId>
    <artifactId>common-randomize</artifactId>
    <version>0.1.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.catools : common-randomize to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.25

All Versions

Choose a version of org.catools : common-randomize to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
common-randomize-0.1.25
common-randomize-0.1.24
common-randomize-0.1.23
common-randomize-0.1.22
common-randomize-0.1.21
common-randomize-0.1.20
common-randomize-0.1.19
common-randomize-0.1.18
common-randomize-0.1.17
common-randomize-0.1.16
common-randomize-0.1.15
common-randomize-0.1.14
common-randomize-0.1.13
common-randomize-0.1.12
common-randomize-0.1.11
common-randomize-0.1.10
common-randomize-0.1.9
common-randomize-0.1.8
common-randomize-0.1.7
common-randomize-0.1.6
common-randomize-0.1.5
common-randomize-0.1.4
common-randomize-0.1.3
common-randomize-0.1.2
common-randomize-0.1.1

How to add a dependency to Maven

Add the following org.catools : common-randomize maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.catools</groupId>
    <artifactId>common-randomize</artifactId>
    <version>0.1.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.catools : common-randomize gradle dependency to your build.gradle file:

implementation 'org.catools:common-randomize:0.1.25'

Gradle Kotlin DSL: Add the following org.catools : common-randomize gradle kotlin dependency to your build.gradle.kts file:

implementation("org.catools:common-randomize:0.1.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.catools : common-randomize sbt scala dependency to your build.sbt file:

libraryDependencies += "org.catools" % "common-randomize" % "0.1.25"