<dependency> <groupId>io.trino.hadoop</groupId> <artifactId>hadoop-apache</artifactId> <version>3.3.5-2</version> </dependency>
implementation 'io.trino.hadoop:hadoop-apache:3.3.5-2'
implementation("io.trino.hadoop:hadoop-apache:3.3.5-2")
libraryDependencies += "io.trino.hadoop" % "hadoop-apache" % "3.3.5-2"
@Grapes( @Grab(group='io.trino.hadoop', module='hadoop-apache', version='3.3.5-2') )
<dependency org="io.trino.hadoop" name="hadoop-apache" rev="3.3.5-2" />
[io.trino.hadoop/hadoop-apache "3.3.5-2"]
'io.trino.hadoop:hadoop-apache:jar:3.3.5-2'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.xerial.snappy:snappy-java:1.1.10.0
|-- org.lz4:lz4-java:1.8.0
runtime
|-- com.squareup.okhttp3:okhttp:4.9.3
|-- com.squareup.okio:okio:2.8.0
|-- org.jetbrains.kotlin:kotlin-stdlib:1.4.10
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10