Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAmol Gupta
4,944 PointsUnable to import HandleBarsTemplateEngine even when I have added the dependency
Tried using both IDE and command line. I also tried other template engines present on the spark project page.
1 Answer
Carmine Sarno
19,660 PointsThe shorthand Gradle notation wasn't working for me either (IntelliJ 2017). Try commenting out the shorthand Handlebars line in build.gradle and replacing it with: compile group: 'com.sparkjava', name: 'spark-template-handlebars', version: '2.5.5'
Refresh Gradle and it should work.
Taylor Quinn
20,003 PointsTaylor Quinn
20,003 Pointstry updating the maven remote repo. You can do so by going to preferences -> build, execution,deployment -> build tools -> maven. Check to when your maven remote repo was last updated if it hasn't been recently update by clicking on the url and clicking update.