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