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

org.togglz.test.Packaging Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
package org.togglz.test;

public class Packaging {

    public static WebAppDescriptorBuilder webAppDescriptor() {
        return new WebAppDescriptorBuilder();
    }

    public static MavenDependenciesBuilder mavenDependencies() {
        return new MavenDependenciesBuilder();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy