Categories |
CategoriesData Net Wire Data Structures Netty Networking |
---|---|
GroupId | GroupIdio.datawire.quark |
ArtifactId | ArtifactIdquark-netty |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
quark-netty-0.3.1.pom | |
quark-netty-0.3.1.jar | 47 KB |
quark-netty-0.3.1-sources.jar | 12 KB |
quark-netty-0.3.1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datawire.quark/quark-netty/ -->
<dependency>
<groupId>io.datawire.quark</groupId>
<artifactId>quark-netty</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.datawire.quark/quark-netty/
implementation 'io.datawire.quark:quark-netty:0.3.1'
// https://jarcasting.com/artifacts/io.datawire.quark/quark-netty/
implementation ("io.datawire.quark:quark-netty:0.3.1")
'io.datawire.quark:quark-netty:jar:0.3.1'
<dependency org="io.datawire.quark" name="quark-netty" rev="0.3.1">
<artifact name="quark-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datawire.quark', module='quark-netty', version='0.3.1')
)
libraryDependencies += "io.datawire.quark" % "quark-netty" % "0.3.1"
[io.datawire.quark/quark-netty "0.3.1"]