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