| GroupId | GroupIdcom.facebook.presto |
|---|---|
| ArtifactId | ArtifactIdpresto-orc |
| Version | Version0.163 |
| Type | Typejar |
| Filename | Size |
|---|---|
| presto-orc-0.163.pom | |
| presto-orc-0.163.jar | 201 KB |
| presto-orc-0.163-tests.jar | 184 KB |
| presto-orc-0.163-test-sources.jar | 35 KB |
| presto-orc-0.163-sources.jar | 133 KB |
| presto-orc-0.163-javadoc.jar | 565 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-orc/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-orc</artifactId>
<version>0.163</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-orc/
implementation 'com.facebook.presto:presto-orc:0.163'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-orc/
implementation ("com.facebook.presto:presto-orc:0.163")
'com.facebook.presto:presto-orc:jar:0.163'
<dependency org="com.facebook.presto" name="presto-orc" rev="0.163">
<artifact name="presto-orc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-orc', version='0.163')
)
libraryDependencies += "com.facebook.presto" % "presto-orc" % "0.163"
[com.facebook.presto/presto-orc "0.163"]