| GroupId | GroupIdcom.facebook.presto |
|---|---|
| ArtifactId | ArtifactIdpresto-matching |
| Version | Version0.219 |
| Type | Typejar |
| Filename | Size |
|---|---|
| presto-matching-0.219.pom | |
| presto-matching-0.219.jar | 23 KB |
| presto-matching-0.219-tests.jar | 12 KB |
| presto-matching-0.219-test-sources.jar | 9 KB |
| presto-matching-0.219-sources.jar | 14 KB |
| presto-matching-0.219-javadoc.jar | 107 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-matching/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-matching</artifactId>
<version>0.219</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-matching/
implementation 'com.facebook.presto:presto-matching:0.219'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-matching/
implementation ("com.facebook.presto:presto-matching:0.219")
'com.facebook.presto:presto-matching:jar:0.219'
<dependency org="com.facebook.presto" name="presto-matching" rev="0.219">
<artifact name="presto-matching" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-matching', version='0.219')
)
libraryDependencies += "com.facebook.presto" % "presto-matching" % "0.219"
[com.facebook.presto/presto-matching "0.219"]