License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.github.fmjsjx |
ArtifactId | ArtifactIdlibnetty-example |
Last Version | Last Version2.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlibnetty/Example
A set of some useful libraries based on netty4.1.x.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
libnetty-example-2.4.3.pom | |
libnetty-example-2.4.3.jar | 63 KB |
libnetty-example-2.4.3-sources.jar | 31 KB |
libnetty-example-2.4.3-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-example/ -->
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libnetty-example</artifactId>
<version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-example/
implementation 'com.github.fmjsjx:libnetty-example:2.4.3'
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-example/
implementation ("com.github.fmjsjx:libnetty-example:2.4.3")
'com.github.fmjsjx:libnetty-example:jar:2.4.3'
<dependency org="com.github.fmjsjx" name="libnetty-example" rev="2.4.3">
<artifact name="libnetty-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='libnetty-example', version='2.4.3')
)
libraryDependencies += "com.github.fmjsjx" % "libnetty-example" % "2.4.3"
[com.github.fmjsjx/libnetty-example "2.4.3"]