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

org.webjars.play.WebJarModule.scala Maven / Gradle / Ivy

There is a newer version: 2.8.18
Show newest version
package org.webjars.play

import play.api.{Configuration, Environment}
import play.api.inject.Module

class WebJarModule extends Module {

  override def bindings(environment: Environment, configuration: Configuration) = Seq(
    bind[WebJarAssets].toSelf,
    bind[WebJarsUtil].toSelf
  )

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy