MVN

com.github.marcoferrer.krotoplus : protoc-gen-kroto-plus

Maven & Gradle

Feb 04, 2020
2 usages
493 stars

protoc-gen-kroto-plus · Kroto+ Proto-c Plugin

<dependency>
    <groupId>com.github.marcoferrer.krotoplus</groupId>
    <artifactId>protoc-gen-kroto-plus</artifactId>
    <version>0.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.marcoferrer.krotoplus : protoc-gen-kroto-plus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.1
  • Latest Release Candidate: 0.5.0-RC

All Versions

Choose a version of com.github.marcoferrer.krotoplus : protoc-gen-kroto-plus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
protoc-gen-kroto-plus-0.6.1
protoc-gen-kroto-plus-0.6.0
0.5.x
protoc-gen-kroto-plus-0.5.0
protoc-gen-kroto-plus-0.5.0-RC
0.4.x
protoc-gen-kroto-plus-0.4.0
0.3.x
protoc-gen-kroto-plus-0.3.0
0.2.x
protoc-gen-kroto-plus-0.2.2-RC3
protoc-gen-kroto-plus-0.2.2-RC2
protoc-gen-kroto-plus-0.2.2-RC1
protoc-gen-kroto-plus-0.2.1
protoc-gen-kroto-plus-0.2.0
0.1.x
protoc-gen-kroto-plus-0.1.3

How to add a dependency to Maven

Add the following com.github.marcoferrer.krotoplus : protoc-gen-kroto-plus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.marcoferrer.krotoplus</groupId>
    <artifactId>protoc-gen-kroto-plus</artifactId>
    <version>0.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.marcoferrer.krotoplus : protoc-gen-kroto-plus gradle dependency to your build.gradle file:

implementation 'com.github.marcoferrer.krotoplus:protoc-gen-kroto-plus:0.6.1'

Gradle Kotlin DSL: Add the following com.github.marcoferrer.krotoplus : protoc-gen-kroto-plus gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.marcoferrer.krotoplus:protoc-gen-kroto-plus:0.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.marcoferrer.krotoplus : protoc-gen-kroto-plus sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.marcoferrer.krotoplus" % "protoc-gen-kroto-plus" % "0.6.1"

Advertisement