Categories |
CategoriesQuarkus Container Microservices Net Netty Networking |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-netty-parent |
Version | Version1.3.0.Alpha2 |
Type | Typepom |
Filename | Size |
---|---|
quarkus-netty-parent-1.3.0.Alpha2.pom | 750 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-netty-parent/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-netty-parent</artifactId>
<version>1.3.0.Alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-netty-parent/
implementation 'io.quarkus:quarkus-netty-parent:1.3.0.Alpha2'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-netty-parent/
implementation ("io.quarkus:quarkus-netty-parent:1.3.0.Alpha2")
'io.quarkus:quarkus-netty-parent:pom:1.3.0.Alpha2'
<dependency org="io.quarkus" name="quarkus-netty-parent" rev="1.3.0.Alpha2">
<artifact name="quarkus-netty-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-netty-parent', version='1.3.0.Alpha2')
)
libraryDependencies += "io.quarkus" % "quarkus-netty-parent" % "1.3.0.Alpha2"
[io.quarkus/quarkus-netty-parent "1.3.0.Alpha2"]