| Группа | Группаcom.facebook.presto |
|---|---|
| Идентификатор | Идентификаторpresto-matching |
| Версия | Версия0.185 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| presto-matching-0.185.pom | |
| presto-matching-0.185.jar | 23 KB |
| presto-matching-0.185-tests.jar | 12 KB |
| presto-matching-0.185-test-sources.jar | 9 KB |
| presto-matching-0.185-sources.jar | 15 KB |
| presto-matching-0.185-javadoc.jar | 110 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-matching/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-matching</artifactId>
<version>0.185</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-matching/
implementation 'com.facebook.presto:presto-matching:0.185'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-matching/
implementation ("com.facebook.presto:presto-matching:0.185")
'com.facebook.presto:presto-matching:jar:0.185'
<dependency org="com.facebook.presto" name="presto-matching" rev="0.185">
<artifact name="presto-matching" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-matching', version='0.185')
)
libraryDependencies += "com.facebook.presto" % "presto-matching" % "0.185"
[com.facebook.presto/presto-matching "0.185"]