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