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