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