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