MVN

io.acryl : json-schema-avro

Maven & Gradle

Apr 13, 2022
0 stars

Json Schema Avro · Avro Schema to JSON Schema conversion and back

<dependency>
    <groupId>io.acryl</groupId>
    <artifactId>json-schema-avro</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.acryl : json-schema-avro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of io.acryl : json-schema-avro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
json-schema-avro-0.1.4
json-schema-avro-0.1.3
json-schema-avro-0.1.2
json-schema-avro-0.1.1
json-schema-avro-0.1.0

How to add a dependency to Maven

Add the following io.acryl : json-schema-avro maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.acryl</groupId>
    <artifactId>json-schema-avro</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.acryl : json-schema-avro gradle dependency to your build.gradle file:

implementation 'io.acryl:json-schema-avro:0.1.4'

Gradle Kotlin DSL: Add the following io.acryl : json-schema-avro gradle kotlin dependency to your build.gradle.kts file:

implementation("io.acryl:json-schema-avro:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.acryl : json-schema-avro sbt scala dependency to your build.sbt file:

libraryDependencies += "io.acryl" % "json-schema-avro" % "0.1.4"

Advertisement