| GroupId | GroupIdio.prestosql |
|---|---|
| ArtifactId | ArtifactIdpresto-matching |
| Version | Version312 |
| Type | Typejar |
| Filename | Size |
|---|---|
| presto-matching-312.pom | |
| presto-matching-312.jar | 20 KB |
| presto-matching-312-tests.jar | 12 KB |
| presto-matching-312-test-sources.jar | 10 KB |
| presto-matching-312-sources.jar | 14 KB |
| presto-matching-312-javadoc.jar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-matching/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-matching</artifactId>
<version>312</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-matching/
implementation 'io.prestosql:presto-matching:312'
// https://jarcasting.com/artifacts/io.prestosql/presto-matching/
implementation ("io.prestosql:presto-matching:312")
'io.prestosql:presto-matching:jar:312'
<dependency org="io.prestosql" name="presto-matching" rev="312">
<artifact name="presto-matching" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-matching', version='312')
)
libraryDependencies += "io.prestosql" % "presto-matching" % "312"
[io.prestosql/presto-matching "312"]