Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.yuyenews |
ArtifactId | ArtifactIdmars-netty |
Version | Version2.1.6 |
Type | Typejar |
Filename | Size |
---|---|
mars-netty-2.1.6.pom | |
mars-netty-2.1.6.jar | 10 KB |
mars-netty-2.1.6-sources.jar | 5 KB |
mars-netty-2.1.6-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>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-netty/
implementation 'com.github.yuyenews:mars-netty:2.1.6'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-netty/
implementation ("com.github.yuyenews:mars-netty:2.1.6")
'com.github.yuyenews:mars-netty:jar:2.1.6'
<dependency org="com.github.yuyenews" name="mars-netty" rev="2.1.6">
<artifact name="mars-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-netty', version='2.1.6')
)
libraryDependencies += "com.github.yuyenews" % "mars-netty" % "2.1.6"
[com.github.yuyenews/mars-netty "2.1.6"]