GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-array |
Version | Version311 |
Type | Typejar |
Filename | Size |
---|---|
presto-array-311.pom | |
presto-array-311.jar | 19 KB |
presto-array-311-tests.jar | 23 KB |
presto-array-311-test-sources.jar | 14 KB |
presto-array-311-sources.jar | 20 KB |
presto-array-311-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-array/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-array</artifactId>
<version>311</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-array/
implementation 'io.prestosql:presto-array:311'
// https://jarcasting.com/artifacts/io.prestosql/presto-array/
implementation ("io.prestosql:presto-array:311")
'io.prestosql:presto-array:jar:311'
<dependency org="io.prestosql" name="presto-array" rev="311">
<artifact name="presto-array" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-array', version='311')
)
libraryDependencies += "io.prestosql" % "presto-array" % "311"
[io.prestosql/presto-array "311"]