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