An open API service indexing awesome lists of open source software.

https://github.com/julianmendez/wikihypergraph


https://github.com/julianmendez/wikihypergraph

hypergraphs java wikidata

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# [WikiHyperGraph](https://julianmendez.github.io/wikihypergraph/)

[![build](https://github.com/julianmendez/wikihypergraph/workflows/Java%20CI/badge.svg)](https://github.com/julianmendez/wikihypergraph/actions)
[![license](https://img.shields.io/badge/license-LGPL%203.0-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.txt)
[![Open Hub](https://www.openhub.net/p/wikihypergraph/widgets/project_thin_badge.gif)](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 .