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

com.github.zhengframework.webjars.WebjarsModuleProvider Maven / Gradle / Ivy

package com.github.zhengframework.webjars;

import com.github.zhengframework.core.ModuleProvider;
import com.google.inject.Module;

public class WebjarsModuleProvider implements ModuleProvider {

  @Override
  public Module getModule() {
    return new WebjarsModule();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy