Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.mredjem |
ArtifactId | ArtifactIdjson-to-avro-schema |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mredjem/json-to-avro-schema/ -->
<dependency>
<groupId>com.github.mredjem</groupId>
<artifactId>json-to-avro-schema</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mredjem/json-to-avro-schema/
implementation 'com.github.mredjem:json-to-avro-schema:0.0.1'
// https://jarcasting.com/artifacts/com.github.mredjem/json-to-avro-schema/
implementation ("com.github.mredjem:json-to-avro-schema:0.0.1")
'com.github.mredjem:json-to-avro-schema:jar:0.0.1'
<dependency org="com.github.mredjem" name="json-to-avro-schema" rev="0.0.1">
<artifact name="json-to-avro-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mredjem', module='json-to-avro-schema', version='0.0.1')
)
libraryDependencies += "com.github.mredjem" % "json-to-avro-schema" % "0.0.1"
[com.github.mredjem/json-to-avro-schema "0.0.1"]