MVN

no.entur.mapstruct.spi : protobuf-support-core

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 1.44

All Versions

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

Version Vulnerabilities Updated
1.44
protobuf-support-core-1.44
1.43
protobuf-support-core-1.43
1.42
protobuf-support-core-1.42
1.41
protobuf-support-core-1.41
1.40
protobuf-support-core-1.40
1.39
protobuf-support-core-1.39
1.38
protobuf-support-core-1.38
1.37
protobuf-support-core-1.37
1.36
protobuf-support-core-1.36
1.35
protobuf-support-core-1.35
1.34
protobuf-support-core-1.34
1.33
protobuf-support-core-1.33
1.32
protobuf-support-core-1.32
1.31
protobuf-support-core-1.31
1.30
protobuf-support-core-1.30
1.29
protobuf-support-core-1.29
1.28
protobuf-support-core-1.28
1.27
protobuf-support-core-1.27
1.26
protobuf-support-core-1.26
1.25
protobuf-support-core-1.25
1.24
protobuf-support-core-1.24
1.23
protobuf-support-core-1.23
1.22
protobuf-support-core-1.22
1.21
protobuf-support-core-1.21
1.20
protobuf-support-core-1.20

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'no.entur.mapstruct.spi:protobuf-support-core:1.44'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement