| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesData Wire Data Structures | 
        
| GroupId | GroupIdio.datawire.quark | 
    
| ArtifactId | ArtifactIdquark | 
    
| Last Version | Last Version0.4.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionquark runtime 
            Java runtime for the quark compiler 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| quark-0.4.2.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.datawire.quark/quark/ -->
<dependency>
    <groupId>io.datawire.quark</groupId>
    <artifactId>quark</artifactId>
    <version>0.4.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.datawire.quark/quark/
implementation 'io.datawire.quark:quark:0.4.2'
                // https://jarcasting.com/artifacts/io.datawire.quark/quark/
implementation ("io.datawire.quark:quark:0.4.2")
                'io.datawire.quark:quark:pom:0.4.2'
                <dependency org="io.datawire.quark" name="quark" rev="0.4.2">
  <artifact name="quark" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.datawire.quark', module='quark', version='0.4.2')
)
                libraryDependencies += "io.datawire.quark" % "quark" % "0.4.2"
                [io.datawire.quark/quark "0.4.2"]