How to use
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>patty</artifactId>
<version>${version}</version>
</dependency>
implementation("io.github.portlek:patty:${version}")
License |
License |
---|---|
GroupId | GroupIdio.github.portlek |
ArtifactId | ArtifactIdpatty |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpatty
A project that helps you to create a TCP client and server with Netty.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
patty-2.0.0.pom | |
patty-2.0.0.jar | 1 MB |
patty-2.0.0-sources.jar | 28 KB |
patty-2.0.0-javadoc.jar | 508 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/patty/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>patty</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/patty/
implementation 'io.github.portlek:patty:2.0.0'
// https://jarcasting.com/artifacts/io.github.portlek/patty/
implementation ("io.github.portlek:patty:2.0.0")
'io.github.portlek:patty:jar:2.0.0'
<dependency org="io.github.portlek" name="patty" rev="2.0.0">
<artifact name="patty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='patty', version='2.0.0')
)
libraryDependencies += "io.github.portlek" % "patty" % "2.0.0"
[io.github.portlek/patty "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.52.Final |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.14 |
org.jetbrains : annotations | jar | 20.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.cactoos : cactoos | jar | 0.46 |
org.llorllale : cactoos-matchers | jar | 0.21 |
org.mockito : mockito-core | jar | 3.5.13 |
org.mockito : mockito-inline | jar | 3.5.13 |
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
com.github.seeseemelk : MockBukkit-v1.16 | jar | 0.10.2 |
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>patty</artifactId>
<version>${version}</version>
</dependency>
implementation("io.github.portlek:patty:${version}")