| GroupId | GroupIdio.confluent.avro |
|---|---|
| ArtifactId | ArtifactIdavro-random-generator |
| Version | Version0.3.0 |
| 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.confluent.avro/avro-random-generator/
implementation 'io.confluent.avro:avro-random-generator:0.3.0'
// https://jarcasting.com/artifacts/io.confluent.avro/avro-random-generator/
implementation ("io.confluent.avro:avro-random-generator:0.3.0")
'io.confluent.avro:avro-random-generator:jar:0.3.0'
<dependency org="io.confluent.avro" name="avro-random-generator" rev="0.3.0">
<artifact name="avro-random-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.confluent.avro', module='avro-random-generator', version='0.3.0')
)
libraryDependencies += "io.confluent.avro" % "avro-random-generator" % "0.3.0"
[io.confluent.avro/avro-random-generator "0.3.0"]