MVN

com.autentia : randomvos

Maven & Gradle

Dec 23, 2017
0 stars

randomvos · A simple library to construct Value Objects filled with random values. This is useful for unit testing Value Objects and their Builders, making sure all properties are properly set and equals() and hashCode() are correctly defined.

<dependency>
    <groupId>com.autentia</groupId>
    <artifactId>randomvos</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.autentia : randomvos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.autentia : randomvos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
randomvos-1.0.1
randomvos-1.0.0

How to add a dependency to Maven

Add the following com.autentia : randomvos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.autentia</groupId>
    <artifactId>randomvos</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.autentia : randomvos gradle dependency to your build.gradle file:

implementation 'com.autentia:randomvos:1.0.1'

Gradle Kotlin DSL: Add the following com.autentia : randomvos gradle kotlin dependency to your build.gradle.kts file:

implementation("com.autentia:randomvos:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.autentia : randomvos sbt scala dependency to your build.sbt file:

libraryDependencies += "com.autentia" % "randomvos" % "1.0.1"

Advertisement