MVN

org.entur : siri-avro-mapper

Maven & Gradle

Aug 14, 2023
0 stars

siri-avro-mapper · Avro-objects and mapping from/to objects from the public SIRI XSDs

<dependency>
    <groupId>org.entur</groupId>
    <artifactId>siri-avro-mapper</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.entur : siri-avro-mapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of org.entur : siri-avro-mapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
siri-avro-mapper-2.1
2.0
siri-avro-mapper-2.0
1.0
siri-avro-mapper-1.0
0.7
siri-avro-mapper-0.7
0.6
siri-avro-mapper-0.6
0.5
siri-avro-mapper-0.5
0.4
siri-avro-mapper-0.4
0.3
siri-avro-mapper-0.3
0.2
siri-avro-mapper-0.2
0.1
siri-avro-mapper-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.entur</groupId>
    <artifactId>siri-avro-mapper</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.entur : siri-avro-mapper gradle dependency to your build.gradle file:

implementation 'org.entur:siri-avro-mapper:2.1'

Gradle Kotlin DSL: Add the following org.entur : siri-avro-mapper gradle kotlin dependency to your build.gradle.kts file:

implementation("org.entur:siri-avro-mapper:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.entur : siri-avro-mapper sbt scala dependency to your build.sbt file:

libraryDependencies += "org.entur" % "siri-avro-mapper" % "2.1"