Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdtech.iooo.boot |
ArtifactId | ArtifactIdiooo-boot-netty-module |
Version | Version1.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.iooo.boot/iooo-boot-netty-module/ -->
<dependency>
<groupId>tech.iooo.boot</groupId>
<artifactId>iooo-boot-netty-module</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/tech.iooo.boot/iooo-boot-netty-module/
implementation 'tech.iooo.boot:iooo-boot-netty-module:1.1.3'
// https://jarcasting.com/artifacts/tech.iooo.boot/iooo-boot-netty-module/
implementation ("tech.iooo.boot:iooo-boot-netty-module:1.1.3")
'tech.iooo.boot:iooo-boot-netty-module:jar:1.1.3'
<dependency org="tech.iooo.boot" name="iooo-boot-netty-module" rev="1.1.3">
<artifact name="iooo-boot-netty-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.iooo.boot', module='iooo-boot-netty-module', version='1.1.3')
)
libraryDependencies += "tech.iooo.boot" % "iooo-boot-netty-module" % "1.1.3"
[tech.iooo.boot/iooo-boot-netty-module "1.1.3"]