ko.company.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalacheck-faker_2.13 Show documentation
Show all versions of scalacheck-faker_2.13 Show documentation
Fake data generation using ScalaCheck Arbitrary instances
The newest version!
include "name.conf"
include "address.conf"
company {
suffixes = ["연구소", "게임즈", "그룹", "전자", "물산", "코리아"]
prefixes = ["주식회사", "한국"]
company-name-builder = {
options = [
{parts = [{type = "seq-string-part", value = ${company.prefixes}, suffix = " "}, {type = "seq-string-part", value = ${name.first.names}}]},
{parts = [{type = "seq-string-part", value = ${name.first.names}, suffix = " "}, {type = "seq-string-part", value = ${company.suffixes}, suffix = " "}, {type = "seq-string-part", value = ${company.suffixes}}]}
]
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy