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