https://github.com/julianmendez/wikihypergraph
https://github.com/julianmendez/wikihypergraph
hypergraphs java wikidata
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/julianmendez/wikihypergraph
- Owner: julianmendez
- Created: 2015-08-11T15:30:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T18:52:13.000Z (over 1 year ago)
- Last Synced: 2025-04-03T19:11:05.324Z (over 1 year ago)
- Topics: hypergraphs, java, wikidata
- Language: Java
- Homepage: https://julianmendez.github.io/wikihypergraph/
- Size: 184 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# [WikiHyperGraph](https://julianmendez.github.io/wikihypergraph/)
[](https://github.com/julianmendez/wikihypergraph/actions)
[](https://www.gnu.org/licenses/lgpl-3.0.txt)
[](https://www.openhub.net/p/wikihypergraph)
## Source code
To clone and compile the project:
```
$ git clone https://github.com/julianmendez/wikihypergraph.git
$ cd wikihypergraph
$ mvn clean install
```
To run the project (after compiling it):
```
$ cd wikihypergraph
$ mvn exec:java
```
(this means, `cd` twice after cloning)
To compile the project offline, first download the dependencies:
```
$ mvn dependency:go-offline
```
and once offline, use:
```
$ mvn --offline clean install
```
The version number is updated with:
```
$ mvn versions:set -DnewVersion=NEW_VERSION
```
where *NEW_VERSION* is the new version.
## License
This software is distributed under the [GNU General Public License Version 3](https://www.gnu.org/licenses/gpl-3.0.txt).
## Contact
For more information, please contact @julianmendez .