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