| GroupId | GroupIdcom.facebook.presto |
|---|---|
| ArtifactId | ArtifactIdpresto-rcfile |
| Version | Version0.251 |
| Type | Typejar |
| Filename | Size |
|---|---|
| presto-rcfile-0.251.pom | |
| presto-rcfile-0.251.jar | 129 KB |
| presto-rcfile-0.251-tests.jar | 48 KB |
| presto-rcfile-0.251-test-sources.jar | 21 KB |
| presto-rcfile-0.251-sources.jar | 83 KB |
| presto-rcfile-0.251-javadoc.jar | 328 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-rcfile/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-rcfile</artifactId>
<version>0.251</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-rcfile/
implementation 'com.facebook.presto:presto-rcfile:0.251'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-rcfile/
implementation ("com.facebook.presto:presto-rcfile:0.251")
'com.facebook.presto:presto-rcfile:jar:0.251'
<dependency org="com.facebook.presto" name="presto-rcfile" rev="0.251">
<artifact name="presto-rcfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-rcfile', version='0.251')
)
libraryDependencies += "com.facebook.presto" % "presto-rcfile" % "0.251"
[com.facebook.presto/presto-rcfile "0.251"]