项目作者: JacopoWolf

项目描述 :
School project - Chatting so simple it's potato-like
高级语言: Java
项目地址: git://github.com/JacopoWolf/PotatoChatProtocol.git
创建时间: 2019-10-15T15:29:48Z
项目社区:https://github.com/JacopoWolf/PotatoChatProtocol

开源协议:The Unlicense

下载






Potato Chat Protocol

:potato: :potato: :potato:






Maintenance




Javadoc Documentation


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.

  1. <repositories>
  2. <repository>
  3. <id>jitpack.io</id>
  4. <url>https://jitpack.io</url>
  5. </repository>
  6. </repositories>
  7. <dependencies>
  8. <dependency>
  9. <groupId>com.github.JacopoWolf</groupId>
  10. <artifactId>PotatoChatProtocol</artifactId>
  11. <version>TAG</version>
  12. </dependency>
  13. </dependencies>