Last Version

quark runtime 0.4.2

Java runtime for the quark compiler

License

License

Categories

Categories

Data Wire Data Structures
GroupId

GroupId

io.datawire.quark
ArtifactId

ArtifactId

quark
Version

Version

0.4.2
Type

Type

pom
Description

Description

quark runtime
Java runtime for the quark compiler
Project URL

Project URL

http://datawire.github.io/quark/
Project Organization

Project Organization

Datawire

Download quark 0.4.2

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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • runtime/core
  • runtime/netty
  • tools/quark-maven-plugin