CloudburstMC / Network

Network components
Apache License 2.0
45 stars 41 forks source link

Network

Introduction

Network components used within Cloudburst projects.

Components

Maven

Repository:

For releases, use Maven Central. Snapshots can be found in the repository below.

Gradle (Kotlin DSL) ```kotlin repositories { maven("https://repo.opencollab.dev/maven-snapshots/") } ```
Gradle ```groovy repositories { maven { url 'https://repo.opencollab.dev/maven-snapshots/' } } ```
Maven ```xml opencollab-snapshots https://repo.opencollab.dev/maven-snapshots/ ```