GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-memory-context |
Version | Version308 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-memory-context/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-memory-context</artifactId>
<version>308</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-memory-context/
implementation 'io.prestosql:presto-memory-context:308'
// https://jarcasting.com/artifacts/io.prestosql/presto-memory-context/
implementation ("io.prestosql:presto-memory-context:308")
'io.prestosql:presto-memory-context:jar:308'
<dependency org="io.prestosql" name="presto-memory-context" rev="308">
<artifact name="presto-memory-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-memory-context', version='308')
)
libraryDependencies += "io.prestosql" % "presto-memory-context" % "308"
[io.prestosql/presto-memory-context "308"]