MVN

org.jackstaff.grpc : grpc-generator

Maven & Gradle

Aug 23, 2020
4 stars

grpc-generator · Jackstaff gRPC framework, Smooth and friendly use of gRPC, Code Generator

<dependency>
    <groupId>org.jackstaff.grpc</groupId>
    <artifactId>grpc-generator</artifactId>
    <version>2.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jackstaff.grpc : grpc-generator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.13

All Versions

Choose a version of org.jackstaff.grpc : grpc-generator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
grpc-generator-2.0.13
grpc-generator-2.0.12
grpc-generator-2.0.11
grpc-generator-2.0.10
grpc-generator-2.0.9
grpc-generator-2.0.8
grpc-generator-2.0.7
grpc-generator-2.0.6
grpc-generator-2.0.5
grpc-generator-2.0.4
grpc-generator-2.0.3
grpc-generator-2.0.2
grpc-generator-2.0.1
grpc-generator-2.0.0

How to add a dependency to Maven

Add the following org.jackstaff.grpc : grpc-generator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jackstaff.grpc</groupId>
    <artifactId>grpc-generator</artifactId>
    <version>2.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jackstaff.grpc : grpc-generator gradle dependency to your build.gradle file:

implementation 'org.jackstaff.grpc:grpc-generator:2.0.13'

Gradle Kotlin DSL: Add the following org.jackstaff.grpc : grpc-generator gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jackstaff.grpc:grpc-generator:2.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jackstaff.grpc : grpc-generator sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jackstaff.grpc" % "grpc-generator" % "2.0.13"

Advertisement