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