| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdio.github.baharmc |
| ArtifactId | ArtifactIdnetwork-common |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnetwork-common
A network library using the netty.
|
| Filename | Size |
|---|---|
| network-common-1.2.pom | |
| network-common-1.2.jar | 304 KB |
| network-common-1.2-sources.jar | 20 KB |
| network-common-1.2-javadoc.jar | 424 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.baharmc/network-common/ -->
<dependency>
<groupId>io.github.baharmc</groupId>
<artifactId>network-common</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.baharmc/network-common/
implementation 'io.github.baharmc:network-common:1.2'
// https://jarcasting.com/artifacts/io.github.baharmc/network-common/
implementation ("io.github.baharmc:network-common:1.2")
'io.github.baharmc:network-common:jar:1.2'
<dependency org="io.github.baharmc" name="network-common" rev="1.2">
<artifact name="network-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.baharmc', module='network-common', version='1.2')
)
libraryDependencies += "io.github.baharmc" % "network-common" % "1.2"
[io.github.baharmc/network-common "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-all | jar | 4.1.51.Final |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.12 |
| org.jetbrains : annotations | jar | 20.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test | jar | 1.4.0 |
| org.cactoos : cactoos | jar | 0.46 |
| org.llorllale : cactoos-matchers | jar | 0.18 |
| org.mockito : mockito-core | jar | 3.5.2 |
| org.mockito : mockito-inline | jar | 3.5.2 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.0-RC1 |