MVN

pro.streem.pbandk : pbandk-runtime-iosx64

Maven & Gradle

Nov 18, 2022
253 stars

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

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

Latest Version

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

  • Latest Stable: 0.14.2

All Versions

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

Version Vulnerabilities Updated
0.14.x
pbandk-runtime-iosx64-0.14.2
pbandk-runtime-iosx64-0.14.1
pbandk-runtime-iosx64-0.14.0
0.13.x
pbandk-runtime-iosx64-0.13.0
0.12.x
pbandk-runtime-iosx64-0.12.1

How to add a dependency to Maven

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

<dependency>
    <groupId>pro.streem.pbandk</groupId>
    <artifactId>pbandk-runtime-iosx64</artifactId>
    <version>0.14.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'pro.streem.pbandk:pbandk-runtime-iosx64:0.14.2'

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

implementation("pro.streem.pbandk:pbandk-runtime-iosx64:0.14.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "pro.streem.pbandk" % "pbandk-runtime-iosx64" % "0.14.2"