License |
License |
---|---|
Categories |
CategoriesData Wire Data Structures |
GroupId | GroupIdio.datawire.quark |
ArtifactId | ArtifactIdquark-core |
Last Version | Last Version0.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquark runtime api
Quark compiler generates code against this runtime api
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quark-core-0.4.2.pom | |
quark-core-0.4.2.jar | 18 KB |
quark-core-0.4.2-sources.jar | 8 KB |
quark-core-0.4.2-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datawire.quark/quark-core/ -->
<dependency>
<groupId>io.datawire.quark</groupId>
<artifactId>quark-core</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.datawire.quark/quark-core/
implementation 'io.datawire.quark:quark-core:0.4.2'
// https://jarcasting.com/artifacts/io.datawire.quark/quark-core/
implementation ("io.datawire.quark:quark-core:0.4.2")
'io.datawire.quark:quark-core:jar:0.4.2'
<dependency org="io.datawire.quark" name="quark-core" rev="0.4.2">
<artifact name="quark-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datawire.quark', module='quark-core', version='0.4.2')
)
libraryDependencies += "io.datawire.quark" % "quark-core" % "0.4.2"
[io.datawire.quark/quark-core "0.4.2"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.jr : jackson-jr-objects | jar | 2.5.3 |
io.netty : netty-all | jar | 4.0.32.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |