| GroupId | GroupIdio.confluent.avro |
|---|---|
| ArtifactId | ArtifactIdavro-random-generator |
| Version | Version0.2.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.confluent.avro/avro-random-generator/ -->
<dependency>
<groupId>io.confluent.avro</groupId>
<artifactId>avro-random-generator</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.confluent.avro/avro-random-generator/
implementation 'io.confluent.avro:avro-random-generator:0.2.3'
// https://jarcasting.com/artifacts/io.confluent.avro/avro-random-generator/
implementation ("io.confluent.avro:avro-random-generator:0.2.3")
'io.confluent.avro:avro-random-generator:jar:0.2.3'
<dependency org="io.confluent.avro" name="avro-random-generator" rev="0.2.3">
<artifact name="avro-random-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.confluent.avro', module='avro-random-generator', version='0.2.3')
)
libraryDependencies += "io.confluent.avro" % "avro-random-generator" % "0.2.3"
[io.confluent.avro/avro-random-generator "0.2.3"]