en.job.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!
job {
fields = [Marketing, IT, Accounting, Administration, Advertising, Banking, Community-Services, Construction, Consulting, Design, Education, Farming, Government, Healthcare, Hospitality, Legal, Manufacturing, Marketing, Mining, Real-Estate, Retail, Sales, Technology]
seniority = [Lead, Senior, Product, National, Regional, District, Central, Global, Customer, Investor, Dynamic, International, Legacy, Forward, Internal, Chief, Direct, Corporate, Future, Human, Principal]
positions = [Supervisor, Associate, Executive, Liaison, Officer, Manager, Engineer, Specialist, Director, Coordinator, Administrator, Architect, Analyst, Designer, Planner, Orchestrator, Technician, Developer, Producer, Consultant, Assistant, Facilitator, Agent, Representative, Strategist]
key-skills = [Teamwork, Communication, Problem solving, Leadership, Organization, Work under pressure, Confidence, Self-motivated, Networking skills, Proactive, Fast learner, Technical savvy]
employment-types = [Full-time, Part-time, Temporary, Contract, Internship, Commission]
education-levels = [Associates, Bachelor, Master, Doctorate]
title-builder = {options = [
{parts = [{type = "seq-string-part", value = ${job.seniority}, suffix = " "}, {type = "seq-string-part", value = ${job.fields}, suffix = " "}, {type = "seq-string-part", value = ${job.positions}}], weight = 2},
{parts = [{type = "seq-string-part", value = ${job.fields}, suffix = " "}, {type = "seq-string-part", value = ${job.positions}}], weight = 2},
{parts = [{type = "seq-string-part", value = ${job.seniority}, suffix = " "}, {type = "seq-string-part", value = ${job.positions}}]}
]}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy