License |
License |
---|---|
Categories |
CategoriesData Net Wire Data Structures Netty Networking |
GroupId | GroupIdio.datawire.quark |
ArtifactId | ArtifactIdquarkdev-netty |
Last Version | Last Version0.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquark netty runtime
Netty implementation of quark runtime
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkdev-netty-0.4.2.pom | |
quarkdev-netty-0.4.2.jar | 47 KB |
quarkdev-netty-0.4.2-sources.jar | 12 KB |
quarkdev-netty-0.4.2-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datawire.quark/quarkdev-netty/ -->
<dependency>
<groupId>io.datawire.quark</groupId>
<artifactId>quarkdev-netty</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.datawire.quark/quarkdev-netty/
implementation 'io.datawire.quark:quarkdev-netty:0.4.2'
// https://jarcasting.com/artifacts/io.datawire.quark/quarkdev-netty/
implementation ("io.datawire.quark:quarkdev-netty:0.4.2")
'io.datawire.quark:quarkdev-netty:jar:0.4.2'
<dependency org="io.datawire.quark" name="quarkdev-netty" rev="0.4.2">
<artifact name="quarkdev-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datawire.quark', module='quarkdev-netty', version='0.4.2')
)
libraryDependencies += "io.datawire.quark" % "quarkdev-netty" % "0.4.2"
[io.datawire.quark/quarkdev-netty "0.4.2"]
Group / Artifact | Type | Version |
---|---|---|
io.datawire.quark : quark-core | jar | 0.4.2 |
io.netty : netty-all | jar | 4.0.32.Final |