Wednesday, September 28, 2016

play-handlebars was published

I published play-handlebars module into the sonatype repository. It could be freely included into the project now. Maven:
<dependency>
  <groupId>com.github.andriykuba</groupId>
  <artifactId>play-handlebars</artifactId>
  <version>2.5.1</version>
</dependency>
sbt:
libraryDependencies += "com.github.andriykuba" % "play-handlebars" % "2.5.1" 

No comments:

Post a Comment