Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.05 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.05 KB

VSPLF Semantic Web Framework for Java

https://github.com/vsplf/vsplf-sw4j/wiki

Project Mission

  • Create a common range of Java Model matching semantic web items
  • Modular model systems and easy to extend

How to develop

Prepare your environment

Use Apache Maven version 3.0.0 minimum. Version 3.0.3 and above is recommended.

Default Build

Use this command to build project:

  mvn clean install

Violations Checking Build

To check any violations, use this command below:

  git submodule init
  git submodule update
  mvn clean install -Dvsplf.violations.checking

Project resources

How to use this framework