MVN

no.entur.mapstruct.spi : protobuf-spi-impl

Maven & Gradle

May 10, 2023
59 stars
<dependency>
    <groupId>no.entur.mapstruct.spi</groupId>
    <artifactId>protobuf-spi-impl</artifactId>
    <version>1.44</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.44

All Versions

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

Version Vulnerabilities Updated
1.44
protobuf-spi-impl-1.44
1.43
protobuf-spi-impl-1.43
1.42
protobuf-spi-impl-1.42
1.41
protobuf-spi-impl-1.41
1.40
protobuf-spi-impl-1.40
1.39
protobuf-spi-impl-1.39
1.38
protobuf-spi-impl-1.38
1.37
protobuf-spi-impl-1.37
1.36
protobuf-spi-impl-1.36
1.35
protobuf-spi-impl-1.35
1.34
protobuf-spi-impl-1.34
1.33
protobuf-spi-impl-1.33
1.32
protobuf-spi-impl-1.32
1.31
protobuf-spi-impl-1.31
1.30
protobuf-spi-impl-1.30
1.29
protobuf-spi-impl-1.29
1.28
protobuf-spi-impl-1.28
1.27
protobuf-spi-impl-1.27
1.26
protobuf-spi-impl-1.26
1.25
protobuf-spi-impl-1.25
1.24
protobuf-spi-impl-1.24
1.23
protobuf-spi-impl-1.23
1.22
protobuf-spi-impl-1.22
1.21
protobuf-spi-impl-1.21
1.20
protobuf-spi-impl-1.20
1.19
protobuf-spi-impl-1.19
1.18
protobuf-spi-impl-1.18
1.17
protobuf-spi-impl-1.17
1.16
protobuf-spi-impl-1.16
1.15
protobuf-spi-impl-1.15
1.14
protobuf-spi-impl-1.14
1.13
protobuf-spi-impl-1.13
1.12
protobuf-spi-impl-1.12
1.11
protobuf-spi-impl-1.11
1.10
protobuf-spi-impl-1.10
1.9
protobuf-spi-impl-1.9
1.8
protobuf-spi-impl-1.8
1.7
protobuf-spi-impl-1.7
1.6
protobuf-spi-impl-1.6
1.5
protobuf-spi-impl-1.5
1.4
protobuf-spi-impl-1.4
1.3
protobuf-spi-impl-1.3
1.2
protobuf-spi-impl-1.2
1.0.x
protobuf-spi-impl-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>no.entur.mapstruct.spi</groupId>
    <artifactId>protobuf-spi-impl</artifactId>
    <version>1.44</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'no.entur.mapstruct.spi:protobuf-spi-impl:1.44'

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

implementation("no.entur.mapstruct.spi:protobuf-spi-impl:1.44")

How to add a dependency to SBT Scala

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

libraryDependencies += "no.entur.mapstruct.spi" % "protobuf-spi-impl" % "1.44"

Advertisement