Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

JacopoWolf/PotatoChatProtocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Potato Chat Protocol

🥔 🥔 🥔

Maintenance



Branch naming

  • master is for documentation only. Protected.
  • dev-{M version} is for major versions. Those are tagged for releases. Protected.
  • plan-{M version}-{scope} are for planning and designing base classes.
  • feature-{M version}-{feature name} are for developing a feature for the dev-* branch. Can contain documentation.
  • docs-{M version} are for writing only additional documentation.

names like USERNAME-master-feature1 are NOT accepted.

Download

  • visit JitPack

  • if you're using maven simply copy this to your pom.xml, substitute TAG with the version you need.

<repositories>

	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>

</repositories>


<dependencies>

	<dependency>
		<groupId>com.github.JacopoWolf</groupId>
		<artifactId>PotatoChatProtocol</artifactId>
		<version>TAG</version>
	</dependency>

</dependencies>