GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-testing-kafka |
Version | Version342 |
Type | Typejar |
Filename | Size |
---|---|
presto-testing-kafka-342.pom | |
presto-testing-kafka-342.jar | 6 KB |
presto-testing-kafka-342-sources.jar | 5 KB |
presto-testing-kafka-342-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-testing-kafka/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-testing-kafka</artifactId>
<version>342</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-testing-kafka/
implementation 'io.prestosql:presto-testing-kafka:342'
// https://jarcasting.com/artifacts/io.prestosql/presto-testing-kafka/
implementation ("io.prestosql:presto-testing-kafka:342")
'io.prestosql:presto-testing-kafka:jar:342'
<dependency org="io.prestosql" name="presto-testing-kafka" rev="342">
<artifact name="presto-testing-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-testing-kafka', version='342')
)
libraryDependencies += "io.prestosql" % "presto-testing-kafka" % "342"
[io.prestosql/presto-testing-kafka "342"]