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

com.github.albanseurat.springboot.plugin.Defaults Maven / Gradle / Ivy

The newest version!
package com.github.albanseurat.springboot.plugin;

/**
 * Created by Alban on 15/08/2015.
 */
public class Defaults {

    public static String[] npmDependencies() {
        return new String[]{
                "[email protected]",
                "[email protected]",
                "[email protected]",
                "[email protected]",
                "[email protected]",
                "[email protected]",
                "[email protected]",
                "[email protected]",
                "[email protected]",
                "[email protected]",
                "[email protected]"
        };
    }

    public static String[] bowerDependencies() {
        return new String[]{
                "angular#1.4.3",
                "bootstrap#3.3.5",
                "angular-ui-bootstrap#0.13.3"
        };
    }
}







© 2015 - 2024 Weber Informatics LLC | Privacy Policy