All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fulrich.generators.package.scala Maven / Gradle / Ivy

package com.github.fulrich

import com.github.fulrich.generators.locations.LocationGenerators
import com.github.fulrich.generators.numerics.NumericGenerators
import com.github.fulrich.generators.strings.StringGenerators


package object generators extends  GenerateDsl {
  object Generate
    extends StringGenerators
    with NumericGenerators
    with LocationGenerators
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy