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