MVN

dev.jeka : protobuf-plugin

Maven & Gradle

Jul 08, 2023
1 stars

Jeka plugin for NodeJs · A Jeka plugin to integrate with NodeJs

<dependency>
    <groupId>dev.jeka</groupId>
    <artifactId>protobuf-plugin</artifactId>
    <version>0.10.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.jeka : protobuf-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.22
  • Latest Release Candidate: 2.0.0.RC3

All Versions

Choose a version of dev.jeka : protobuf-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
protobuf-plugin-2.0.0.RC3
protobuf-plugin-2.0.0.RC2
1.3.x
protobuf-plugin-1.3.0.RELEASE
1.2.x
protobuf-plugin-1.2.0.RELEASE
1.1.x
protobuf-plugin-1.1.2.RELEASE
1.0.x
protobuf-plugin-1.0.0.RELEASE
0.10.x
protobuf-plugin-0.10.22
protobuf-plugin-0.10.21
protobuf-plugin-0.10.20
protobuf-plugin-0.10.19
protobuf-plugin-0.10.18
protobuf-plugin-0.10.17
protobuf-plugin-0.10.16
protobuf-plugin-0.10.15
protobuf-plugin-0.10.14
protobuf-plugin-0.10.13
protobuf-plugin-0.10.12
protobuf-plugin-0.10.11
protobuf-plugin-0.10.10

How to add a dependency to Maven

Add the following dev.jeka : protobuf-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.jeka</groupId>
    <artifactId>protobuf-plugin</artifactId>
    <version>0.10.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.jeka : protobuf-plugin gradle dependency to your build.gradle file:

implementation 'dev.jeka:protobuf-plugin:0.10.22'

Gradle Kotlin DSL: Add the following dev.jeka : protobuf-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.jeka:protobuf-plugin:0.10.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.jeka : protobuf-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.jeka" % "protobuf-plugin" % "0.10.22"