Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.fmjsjx |
ArtifactId | ArtifactIdlibnetty-http-server |
Version | Version1.1.1.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-http-server/ -->
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libnetty-http-server</artifactId>
<version>1.1.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-http-server/
implementation 'com.github.fmjsjx:libnetty-http-server:1.1.1.Final'
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty-http-server/
implementation ("com.github.fmjsjx:libnetty-http-server:1.1.1.Final")
'com.github.fmjsjx:libnetty-http-server:jar:1.1.1.Final'
<dependency org="com.github.fmjsjx" name="libnetty-http-server" rev="1.1.1.Final">
<artifact name="libnetty-http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='libnetty-http-server', version='1.1.1.Final')
)
libraryDependencies += "com.github.fmjsjx" % "libnetty-http-server" % "1.1.1.Final"
[com.github.fmjsjx/libnetty-http-server "1.1.1.Final"]