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