| Categories |
CategoriesNet Netty Networking |
|---|---|
| GroupId | GroupIdcom.github.yuyenews |
| ArtifactId | ArtifactIdmars-netty |
| Version | Version3.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mars-netty-3.0.5.pom | |
| mars-netty-3.0.5.jar | 10 KB |
| mars-netty-3.0.5-sources.jar | 5 KB |
| mars-netty-3.0.5-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/mars-netty/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-netty</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-netty/
implementation 'com.github.yuyenews:mars-netty:3.0.5'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-netty/
implementation ("com.github.yuyenews:mars-netty:3.0.5")
'com.github.yuyenews:mars-netty:jar:3.0.5'
<dependency org="com.github.yuyenews" name="mars-netty" rev="3.0.5">
<artifact name="mars-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-netty', version='3.0.5')
)
libraryDependencies += "com.github.yuyenews" % "mars-netty" % "3.0.5"
[com.github.yuyenews/mars-netty "3.0.5"]