MVN

com.michelin : avro-xml-mapper

Maven & Gradle

Nov 15, 2023
14 stars

avro-xml-mapper · avro-xml-mapper is a library used for simplifying conversions from xml to avro and vice versa using xpath annotations

<dependency>
    <groupId>com.michelin</groupId>
    <artifactId>avro-xml-mapper</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.michelin : avro-xml-mapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of com.michelin : avro-xml-mapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
avro-xml-mapper-0.1.4

How to add a dependency to Maven

Add the following com.michelin : avro-xml-mapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.michelin</groupId>
    <artifactId>avro-xml-mapper</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.michelin : avro-xml-mapper gradle dependency to your build.gradle file:

implementation 'com.michelin:avro-xml-mapper:0.1.4'

Gradle Kotlin DSL: Add the following com.michelin : avro-xml-mapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.michelin:avro-xml-mapper:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.michelin : avro-xml-mapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.michelin" % "avro-xml-mapper" % "0.1.4"

Advertisement