|
Maven
Setup instructions for Maven users.
SetupThe Click Calendar Maven bundle is available from the Maven 2 repository http://repo1.maven.org/maven2/net/sf/click/click-calendar. To include Click Calendar in your project add the following dependency in your pom.xml: <dependency>
<groupId>net.sf.click</groupId>
<artifactId>click-calendar</artifactId>
<version>X.X</version>
<scope>compile</scope>
</dependency>Specify the Click Calendar version in the version tag e.g: <version>1.0</version> |
Sign in to add a comment