SimpleMultipart/README.md

28 lines
749 B
Markdown
Raw Normal View History

2018-12-20 00:39:10 +00:00
# SimpleMultipart
2019-01-01 23:54:08 +00:00
SimpleMultipart is a WIP/experimental multipart API for use with Fabric and the Minecraft 1.14 snapshots.
## Usage
Add the Maven repository:
```groovy
repositories {
maven {
url "https://maven.shadowfacts.net"
}
}
```
Add SimpleMultipart to your dependencies:
```groovy
dependencies {
modCompile "net.shadowfacts.simplemultipart:SimpleMultipart:0.1.0"
}
```
You can find the latest version [here](https://maven.shadowfacts.net/net/shadowfacts/simplemultipart/SimpleMultipart/).
## Documentation
Everything you should need has JavaDocs. The [test mod](https://github.com/shadowfacts/SimpleMultipart/tree/master/src/test/java/net/shadowfacts/simplemultipart/test) also has a variety of example multipart implementations.