Popularity
5.5
Growing
Activity
9.2
-
383
43
354

Programming language: Java
License: GNU General Public License v3.0 or later
Tags: Miscellaneous    
Latest version: v2.0.0-M2

Smooks alternatives and similar libraries

Based on the "Miscellaneous" category.
Alternatively, view Smooks alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Smooks or a related project?

Add another 'Miscellaneous' Library

README

Smooks Framework

This is the Git source code repository for the Smooks Project.

Build Status

Build Status

Building

Pre-requisites

  1. JDK 8
  2. Apache Maven 3.2.x

Maven

  1. git clone git://github.com/smooks/smooks.git
  2. cd smooks
  3. mvn clean install

Note you will need both maven (version 3+) and git installed on your local machine.

Docker Build

You can also build from the docker image:

  1. Install docker.
  2. Run sudo docker build -t smooks github.com/smooks/smooks. This will create a docker image named "smooks" that contains the correct build environment and a cloned copy of this git repo.
  3. Run sudo docker run -i smooks mvn clean install to build the source code.

Community

You can join these groups and chats to discuss and ask Smooks related questions:

  • Mailing list: google groups: smooks-user
  • Mailing list: google groups: smooks-user
  • Chat room about using Smooks: gitter: smooks/smooks
  • Issue tracker: github: smooks/smooks

Contributing

If you'd like to contribute some code/fixes to Smooks, please see the following guidelines.

License

Smooks is open source and licensed under the terms of the Apache License Version 2.0, or the GNU Lesser General Public License version 3.0 or later. You may use Smooks according to either of these licenses as is most appropriate for your project.

SPDX-License-Identifier: Apache-2.0 OR LGPL-3.0-or-later


*Note that all licence references and agreements mentioned in the Smooks README section above are relevant to that project's source code only.