def call(Map args) {
one = args.one
two = args.two
three = args.three
somePlugin(
someParam: one,
otherParam: two,
anotherParam: three
)
}myLib(
one: 'sdfsdf',
two: 'ldskfjsdjf',
three: 'snfeknfsi'
)