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