p

protobuf-support-core

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