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

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

package org.webjars.play

import controllers.WebJarAssets
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
  )

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy