MVN

xyz.codemeans.protobuf4j : protobuf4j-orm-starter

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-orm-starter</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.codemeans.protobuf4j : protobuf4j-orm-starter 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-orm-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
protobuf4j-orm-starter-1.0.1
protobuf4j-orm-starter-1.0.0
0.9.x
protobuf4j-orm-starter-0.9.3.alpha

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'xyz.codemeans.protobuf4j:protobuf4j-orm-starter:1.0.1'

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

implementation("xyz.codemeans.protobuf4j:protobuf4j-orm-starter:1.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "xyz.codemeans.protobuf4j" % "protobuf4j-orm-starter" % "1.0.1"