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