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

y-pebble.3.4.0.source-code.module-info Maven / Gradle / Ivy

The newest version!
/*
 * Jooby https://jooby.io
 * Apache License Version 2.0 https://jooby.io/LICENSE.txt
 * Copyright 2014 Edgar Espina
 */
/** Pebble module */
module io.jooby.pebble {
  exports io.jooby.pebble;

  requires io.jooby;
  requires static com.github.spotbugs.annotations;
  requires typesafe.config;
  requires io.pebbletemplates;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy