Network library for the Flow collection, forked by Glowstone.
The latest and greatest source can be found here on GitHub. If you are using Git, use this command to clone the project:
git clone git://github.com/GlowstoneMC/flow-network.git
This project can be built with the latest Java Development Kit and Maven.
The command mvn clean package
will build the project and will put the compiled JAR in target/
, and mvn clean install
will copy it to your local Maven repository.
Are you a talented programmer looking to contribute some code? We'd love the help!
- Open a pull request with your changes, following our guidelines and coding standards.
- Please follow the above guidelines for your pull request(s) accepted.
- For help setting up the project, keep reading!
Don't forget to watch and star our repo to keep up-to-date with the latest Flow Network development!
If you're using Maven to manage project dependencies, simply include the following in your pom.xml
file:
<dependency>
<groupId>com.flowpowered</groupId>
<artifactId>flow-network</artifactId>
<version>1.2.11-SNAPSHOT/version>
</dependency>
You will also need to add the Glowstone Maven repository in your pom.xml
file:
<repository>
<id>glowstone-repo</id>
<url>https://repo.glowstone.net/content/repositories/snapshots/</url>
</repository>
Flow Network is licensed under the MIT License. Basically, you can do whatever you want as long as you include the original copyright. Please see the LICENSE.txt
file for details.
- Spout and contributors - where we all began, and for much of the re-licensed code.
- All the people behind Java and Maven.
Feel free to contact us on Discord