Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.akurilov |
ArtifactId | ArtifactIdnetty-connection-pool |
Version | Version1.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.akurilov/netty-connection-pool/ -->
<dependency>
<groupId>com.github.akurilov</groupId>
<artifactId>netty-connection-pool</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akurilov/netty-connection-pool/
implementation 'com.github.akurilov:netty-connection-pool:1.0.9'
// https://jarcasting.com/artifacts/com.github.akurilov/netty-connection-pool/
implementation ("com.github.akurilov:netty-connection-pool:1.0.9")
'com.github.akurilov:netty-connection-pool:jar:1.0.9'
<dependency org="com.github.akurilov" name="netty-connection-pool" rev="1.0.9">
<artifact name="netty-connection-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akurilov', module='netty-connection-pool', version='1.0.9')
)
libraryDependencies += "com.github.akurilov" % "netty-connection-pool" % "1.0.9"
[com.github.akurilov/netty-connection-pool "1.0.9"]