MVN

xyz.codemeans.protobuf4j : protobuf4j-spring

Maven & Gradle

Aug 17, 2020
1 stars

Protobuf4j: A Facility Framework to Develop with Google Protobuf · A Facility Framework to Develop with Google Protobuf

<dependency>
    <groupId>xyz.codemeans.protobuf4j</groupId>
    <artifactId>protobuf4j-spring</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.codemeans.protobuf4j : protobuf4j-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Alpha: 0.9.3.alpha

All Versions

Choose a version of xyz.codemeans.protobuf4j : protobuf4j-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
protobuf4j-spring-1.0.1
protobuf4j-spring-1.0.0
0.9.x
protobuf4j-spring-0.9.3.alpha
protobuf4j-spring-0.9.0.alpha

How to add a dependency to Maven

Add the following xyz.codemeans.protobuf4j : protobuf4j-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.codemeans.protobuf4j</groupId>
    <artifactId>protobuf4j-spring</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.codemeans.protobuf4j : protobuf4j-spring gradle dependency to your build.gradle file:

implementation 'xyz.codemeans.protobuf4j:protobuf4j-spring:1.0.1'

Gradle Kotlin DSL: Add the following xyz.codemeans.protobuf4j : protobuf4j-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.codemeans.protobuf4j:protobuf4j-spring:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.codemeans.protobuf4j : protobuf4j-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.codemeans.protobuf4j" % "protobuf4j-spring" % "1.0.1"