Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 857 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 857 Bytes

This project is deprecated and archived, feel free to fork and pursue this XML based markup language for vaadin components.


xaadin 0.2

Build Status Coverage Status

Simple creation of Vaadin GUI layouts using easy to read XML files.

Pull xaadin from Maven central

With Maven add this to your dependency section:

<dependency>
  <groupId>com.xaadin</groupId>
  <artifactId>xaadin</artifactId>
  <version>0.2</version>
</dependency>

Or if you're using gradle: 'com.xaadin:xaadin:0.2.0'

Contribution

  • (2014) Hendrik Jürgens
  • (2014) Sven Bunge

License

This project is released under the Apache License Version 2.0.