p

protobuf-support-lite

Files download
File Operation
protobuf-support-lite-1.26.jar download
protobuf-support-lite-1.26.pom download
protobuf-support-lite-1.26-sources.jar download
Apache Maven
<dependency>
  <groupId>no.entur.mapstruct.spi</groupId>
  <artifactId>protobuf-support-lite</artifactId>
  <version>1.26</version>
</dependency>
Gradle Groovy
implementation 'no.entur.mapstruct.spi:protobuf-support-lite:1.26'
Gradle Kotlin
implementation("no.entur.mapstruct.spi:protobuf-support-lite:1.26")
Scala SBT
libraryDependencies += "no.entur.mapstruct.spi" % "protobuf-support-lite" % "1.26"
Groovy Grape
@Grapes(
  @Grab(group='no.entur.mapstruct.spi', module='protobuf-support-lite', version='1.26')
)
Apache Ivy
<dependency org="no.entur.mapstruct.spi" name="protobuf-support-lite" rev="1.26" />
Leiningen
[no.entur.mapstruct.spi/protobuf-support-lite "1.26"]
Apache Buildr
'no.entur.mapstruct.spi:protobuf-support-lite:jar:1.26'