MVN

pro.streem.pbandk : protoc-gen-kotlin-lib-jvm

Maven & Gradle

May 08, 2021
253 stars

protoc-gen-kotlin-lib-jvm · Kotlin code generator for Protocol Buffers and library for writing code generator plugins.

<dependency>
    <groupId>pro.streem.pbandk</groupId>
    <artifactId>protoc-gen-kotlin-lib-jvm</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pro.streem.pbandk : protoc-gen-kotlin-lib-jvm to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of pro.streem.pbandk : protoc-gen-kotlin-lib-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
protoc-gen-kotlin-lib-jvm-0.10.0
protoc-gen-kotlin-lib-jvm-0.10.0-beta.4

How to add a dependency to Maven

Add the following pro.streem.pbandk : protoc-gen-kotlin-lib-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pro.streem.pbandk</groupId>
    <artifactId>protoc-gen-kotlin-lib-jvm</artifactId>
    <version>0.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pro.streem.pbandk : protoc-gen-kotlin-lib-jvm gradle dependency to your build.gradle file:

implementation 'pro.streem.pbandk:protoc-gen-kotlin-lib-jvm:0.10.0'

Gradle Kotlin DSL: Add the following pro.streem.pbandk : protoc-gen-kotlin-lib-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("pro.streem.pbandk:protoc-gen-kotlin-lib-jvm:0.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following pro.streem.pbandk : protoc-gen-kotlin-lib-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "pro.streem.pbandk" % "protoc-gen-kotlin-lib-jvm" % "0.10.0"

Advertisement