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