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

com.julienvey.trello.utils.ArgUtils Maven / Gradle / Ivy

There is a newer version: 0.14
Show newest version
package com.julienvey.trello.utils;

import com.julienvey.trello.domain.Argument;

public class ArgUtils {

    private ArgUtils(){
    }

    public static Argument arg(String argName, String argValue){
        return new Argument(argName, argValue);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy