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