Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdio.prestosql |
ArtifactId | ArtifactIdpresto-testing-docker |
Version | Version309 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-testing-docker/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-testing-docker</artifactId>
<version>309</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-testing-docker/
implementation 'io.prestosql:presto-testing-docker:309'
// https://jarcasting.com/artifacts/io.prestosql/presto-testing-docker/
implementation ("io.prestosql:presto-testing-docker:309")
'io.prestosql:presto-testing-docker:jar:309'
<dependency org="io.prestosql" name="presto-testing-docker" rev="309">
<artifact name="presto-testing-docker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-testing-docker', version='309')
)
libraryDependencies += "io.prestosql" % "presto-testing-docker" % "309"
[io.prestosql/presto-testing-docker "309"]