MVN

pro.streem.pbandk : pbandk-runtime-metadata

Maven & Gradle

Nov 12, 2021
253 stars

pbandk-runtime-metadata · Kotlin runtime library for Protocol Buffers. It is built to work across multiple Kotlin platforms.

<dependency>
    <groupId>pro.streem.pbandk</groupId>
    <artifactId>pbandk-runtime-metadata</artifactId>
    <version>0.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pro.streem.pbandk : pbandk-runtime-metadata to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.1
  • Latest Beta: 0.10.0-beta.4

All Versions

Choose a version of pro.streem.pbandk : pbandk-runtime-metadata to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
pbandk-runtime-metadata-0.12.1
0.11.x
pbandk-runtime-metadata-0.11.0
0.10.x
pbandk-runtime-metadata-0.10.0
pbandk-runtime-metadata-0.10.0-beta.4

How to add a dependency to Maven

Add the following pro.streem.pbandk : pbandk-runtime-metadata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pro.streem.pbandk</groupId>
    <artifactId>pbandk-runtime-metadata</artifactId>
    <version>0.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pro.streem.pbandk : pbandk-runtime-metadata gradle dependency to your build.gradle file:

implementation 'pro.streem.pbandk:pbandk-runtime-metadata:0.12.1'

Gradle Kotlin DSL: Add the following pro.streem.pbandk : pbandk-runtime-metadata gradle kotlin dependency to your build.gradle.kts file:

implementation("pro.streem.pbandk:pbandk-runtime-metadata:0.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following pro.streem.pbandk : pbandk-runtime-metadata sbt scala dependency to your build.sbt file:

libraryDependencies += "pro.streem.pbandk" % "pbandk-runtime-metadata" % "0.12.1"

Advertisement