Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
redParrot17 authored Nov 21, 2018
1 parent fc7e7b3 commit fb08ef1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# redTCP

Server/Client framework for communicating with a high level of encryption over a tcp connection.

### redTCP Dependency
#### Maven
```xml
<dependency>
<groupId>redParrot17</groupId>
<artifactId>redTCP</artifactId>
<version>VERSION</version>
</dependency>

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

0 comments on commit fb08ef1

Please sign in to comment.