Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.cettia.asity |
ArtifactId | ArtifactIdasity-example-netty4 |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.cettia.asity/asity-example-netty4/ -->
<dependency>
<groupId>io.cettia.asity</groupId>
<artifactId>asity-example-netty4</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cettia.asity/asity-example-netty4/
implementation 'io.cettia.asity:asity-example-netty4:2.0.0'
// https://jarcasting.com/artifacts/io.cettia.asity/asity-example-netty4/
implementation ("io.cettia.asity:asity-example-netty4:2.0.0")
'io.cettia.asity:asity-example-netty4:jar:2.0.0'
<dependency org="io.cettia.asity" name="asity-example-netty4" rev="2.0.0">
<artifact name="asity-example-netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cettia.asity', module='asity-example-netty4', version='2.0.0')
)
libraryDependencies += "io.cettia.asity" % "asity-example-netty4" % "2.0.0"
[io.cettia.asity/asity-example-netty4 "2.0.0"]