MVN

au.com.anthonybruno : SdGen

Maven & Gradle

Oct 31, 2017
12 stars

SdGen · A random data generator to produce realistic files for multiple file types (e.g. csv, log, json)

<dependency>
    <groupId>au.com.anthonybruno</groupId>
    <artifactId>SdGen</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.com.anthonybruno : SdGen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of au.com.anthonybruno : SdGen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
SdGen-0.3.0
0.2.x
SdGen-0.2.0
0.1.x
SdGen-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>au.com.anthonybruno</groupId>
    <artifactId>SdGen</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.com.anthonybruno : SdGen gradle dependency to your build.gradle file:

implementation 'au.com.anthonybruno:SdGen:0.3.0'

Gradle Kotlin DSL: Add the following au.com.anthonybruno : SdGen gradle kotlin dependency to your build.gradle.kts file:

implementation("au.com.anthonybruno:SdGen:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.com.anthonybruno : SdGen sbt scala dependency to your build.sbt file:

libraryDependencies += "au.com.anthonybruno" % "SdGen" % "0.3.0"

Advertisement