Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.akurilov |
ArtifactId | ArtifactIdnetty-connection-pool |
Version | Version0.1.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akurilov/netty-connection-pool/
implementation 'com.github.akurilov:netty-connection-pool:0.1.3'
// https://jarcasting.com/artifacts/com.github.akurilov/netty-connection-pool/
implementation ("com.github.akurilov:netty-connection-pool:0.1.3")
'com.github.akurilov:netty-connection-pool:jar:0.1.3'
<dependency org="com.github.akurilov" name="netty-connection-pool" rev="0.1.3">
<artifact name="netty-connection-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akurilov', module='netty-connection-pool', version='0.1.3')
)
libraryDependencies += "com.github.akurilov" % "netty-connection-pool" % "0.1.3"
[com.github.akurilov/netty-connection-pool "0.1.3"]