-
Notifications
You must be signed in to change notification settings - Fork 29
Installation
hrj edited this page Jul 7, 2012
·
7 revisions
Installation of Scaladin is easy. Just download the add-on JAR from Vaadin Directory. Place the downloaded JAR to a directory that is on the project's classpath. In an Eclipse project the easiest way to do this is to copy the JAR to WebContent/WEB-INF/lib
.
If you're using SBT, you can simply add Scaladin as a library dependency
resolvers += "Vaadin add-ons repository" at "http://maven.vaadin.com/vaadin-addons"
libraryDependencies += "org.vaadin.addons" % "scaladin" % "1.0.0"