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

in.erail.glue.Boot Maven / Gradle / Ivy

Go to download

Proven and opinionated programming, and configuration model for Java and Vertx based applications. Inspired from ATG Nucleus, provides powerful layer base configuration management using simple properties file.

There is a newer version: 6.7.8
Show newest version
package in.erail.glue;

import in.erail.glue.common.Constant;

public class Boot {
  public static void main(String[] pArgs) {
    Glue.instance().resolve(Constant.Component.Path.INITIAL);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy