DownloadNew users are recommended to follow the tutorial. There are three downloads: one containing Java binaries, JavaScript libraries and documentation; another containing examples; and the third containing source code and tests.
CDNAlternatively, for the JavaScript-based Metawidgets, you can download from our CDNs at:
Note it is recommended you follow the tutorial before downloading from the CDNs. MavenMetawidget binaries are deployed at Maven Central. Add the following dependency to your pom.xml... <dependency>
<groupId>org.metawidget.modules</groupId> <artifactId>metawidget-all</artifactId> <version>4.2</version> </dependency> Maven Fine-grained DependenciesIf you need more control over how Metawidget is included in your application, fine-grained dependencies are also available. For example you can:
To use fine-grained dependencies, specify dependencies on a per-technology basis (instead of using metawidget-all). For example:
Maven will automatically drag in related dependencies for you, such as org.metawidget.modules:metawidget-core. To browse all available fine-grained dependencies search under metawidget-modules. Bower RepositoryBower users can install Metawidget via our Bower repository:
bower install metawidget
Node.js ModuleNode.js users can install Metawidget via npm:
npm install metawidget
Nightly BuildsSnapshot releases are available at https://kennardconsulting.ci.cloudbees.com/job/Metawidget. They are also deployed to http://repository.jboss.org/nexus/content/repositories/snapshots. These nightly releases are not stable, and should not be used in production environments. Thanks to CloudBees and JBoss for hosting. Archived ReleasesArchived versions of previous releases are also available. |