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