GroupId | GroupIdio.prestosql |
---|---|
ArtifactId | ArtifactIdpresto-testing-kafka |
Version | Version341 |
Type | Typejar |
Filename | Size |
---|---|
presto-testing-kafka-341.pom | |
presto-testing-kafka-341.jar | 6 KB |
presto-testing-kafka-341-sources.jar | 5 KB |
presto-testing-kafka-341-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>341</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-testing-kafka/
implementation 'io.prestosql:presto-testing-kafka:341'
// https://jarcasting.com/artifacts/io.prestosql/presto-testing-kafka/
implementation ("io.prestosql:presto-testing-kafka:341")
'io.prestosql:presto-testing-kafka:jar:341'
<dependency org="io.prestosql" name="presto-testing-kafka" rev="341">
<artifact name="presto-testing-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-testing-kafka', version='341')
)
libraryDependencies += "io.prestosql" % "presto-testing-kafka" % "341"
[io.prestosql/presto-testing-kafka "341"]