Skip to content
hrj edited this page Jul 7, 2012 · 7 revisions

Installation

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"
Clone this wiki locally