Categories |
CategoriesCLI User Interface Graal |
---|---|
GroupId | GroupIdio.github.jeqo.kafka |
ArtifactId | ArtifactIdschema-registry-client-graalvm |
Version | Version0.2.1-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.jeqo.kafka/schema-registry-client-graalvm/ -->
<dependency>
<groupId>io.github.jeqo.kafka</groupId>
<artifactId>schema-registry-client-graalvm</artifactId>
<version>0.2.1-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jeqo.kafka/schema-registry-client-graalvm/
implementation 'io.github.jeqo.kafka:schema-registry-client-graalvm:0.2.1-RC2'
// https://jarcasting.com/artifacts/io.github.jeqo.kafka/schema-registry-client-graalvm/
implementation ("io.github.jeqo.kafka:schema-registry-client-graalvm:0.2.1-RC2")
'io.github.jeqo.kafka:schema-registry-client-graalvm:jar:0.2.1-RC2'
<dependency org="io.github.jeqo.kafka" name="schema-registry-client-graalvm" rev="0.2.1-RC2">
<artifact name="schema-registry-client-graalvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jeqo.kafka', module='schema-registry-client-graalvm', version='0.2.1-RC2')
)
libraryDependencies += "io.github.jeqo.kafka" % "schema-registry-client-graalvm" % "0.2.1-RC2"
[io.github.jeqo.kafka/schema-registry-client-graalvm "0.2.1-RC2"]