MVN

io.servicetalk : servicetalk-grpc-gradle-plugin

Maven & Gradle

Aug 14, 2020
1 usages
890 stars

servicetalk-grpc-gradle-plugin · A networking framework that evolves with your application

<dependency>
    <groupId>io.servicetalk</groupId>
    <artifactId>servicetalk-grpc-gradle-plugin</artifactId>
    <version>0.31.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.servicetalk : servicetalk-grpc-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.31.0

All Versions

Choose a version of io.servicetalk : servicetalk-grpc-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.31.x
servicetalk-grpc-gradle-plugin-0.31.0
0.30.x
servicetalk-grpc-gradle-plugin-0.30.0
0.29.x
servicetalk-grpc-gradle-plugin-0.29.0
0.28.x
servicetalk-grpc-gradle-plugin-0.28.0
0.27.x
servicetalk-grpc-gradle-plugin-0.27.0
0.26.x
servicetalk-grpc-gradle-plugin-0.26.0
0.25.x
servicetalk-grpc-gradle-plugin-0.25.0
0.24.x
servicetalk-grpc-gradle-plugin-0.24.0
0.23.x
servicetalk-grpc-gradle-plugin-0.23.0
0.22.x
servicetalk-grpc-gradle-plugin-0.22.0
0.21.x
servicetalk-grpc-gradle-plugin-0.21.0
0.20.x
servicetalk-grpc-gradle-plugin-0.20.0

How to add a dependency to Maven

Add the following io.servicetalk : servicetalk-grpc-gradle-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.servicetalk</groupId>
    <artifactId>servicetalk-grpc-gradle-plugin</artifactId>
    <version>0.31.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.servicetalk : servicetalk-grpc-gradle-plugin gradle dependency to your build.gradle file:

implementation 'io.servicetalk:servicetalk-grpc-gradle-plugin:0.31.0'

Gradle Kotlin DSL: Add the following io.servicetalk : servicetalk-grpc-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.servicetalk:servicetalk-grpc-gradle-plugin:0.31.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.servicetalk : servicetalk-grpc-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.servicetalk" % "servicetalk-grpc-gradle-plugin" % "0.31.0"