GroupId | GroupIdio.wizzie.enricher |
---|---|
ArtifactId | ArtifactIdquery-compiler |
Version | Version0.5.2 |
Type | Typejar |
Filename | Size |
---|---|
query-compiler-0.5.2.pom | |
query-compiler-0.5.2.jar | 35 KB |
query-compiler-0.5.2-sources.jar | 14 KB |
query-compiler-0.5.2-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.wizzie.enricher/query-compiler/ -->
<dependency>
<groupId>io.wizzie.enricher</groupId>
<artifactId>query-compiler</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.wizzie.enricher/query-compiler/
implementation 'io.wizzie.enricher:query-compiler:0.5.2'
// https://jarcasting.com/artifacts/io.wizzie.enricher/query-compiler/
implementation ("io.wizzie.enricher:query-compiler:0.5.2")
'io.wizzie.enricher:query-compiler:jar:0.5.2'
<dependency org="io.wizzie.enricher" name="query-compiler" rev="0.5.2">
<artifact name="query-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.wizzie.enricher', module='query-compiler', version='0.5.2')
)
libraryDependencies += "io.wizzie.enricher" % "query-compiler" % "0.5.2"
[io.wizzie.enricher/query-compiler "0.5.2"]