MVN

no.entur.mapstruct.spi : protobuf-support

Maven & Gradle

Dec 08, 2021
29 stars
<dependency>
    <groupId>no.entur.mapstruct.spi</groupId>
    <artifactId>protobuf-support</artifactId>
    <version>1.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.entur.mapstruct.spi : protobuf-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19

All Versions

Choose a version of no.entur.mapstruct.spi : protobuf-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.19
protobuf-support-1.19
1.18
protobuf-support-1.18
1.17
protobuf-support-1.17
1.16
protobuf-support-1.16
1.15
protobuf-support-1.15
1.14
protobuf-support-1.14
1.13
protobuf-support-1.13
1.12
protobuf-support-1.12
1.11
protobuf-support-1.11
1.10
protobuf-support-1.10
1.9
protobuf-support-1.9

How to add a dependency to Maven

Add the following no.entur.mapstruct.spi : protobuf-support maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.entur.mapstruct.spi</groupId>
    <artifactId>protobuf-support</artifactId>
    <version>1.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.entur.mapstruct.spi : protobuf-support gradle dependency to your build.gradle file:

implementation 'no.entur.mapstruct.spi:protobuf-support:1.19'

Gradle Kotlin DSL: Add the following no.entur.mapstruct.spi : protobuf-support gradle kotlin dependency to your build.gradle.kts file:

implementation("no.entur.mapstruct.spi:protobuf-support:1.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.entur.mapstruct.spi : protobuf-support sbt scala dependency to your build.sbt file:

libraryDependencies += "no.entur.mapstruct.spi" % "protobuf-support" % "1.19"

Advertisement