MVN

org.apache.skywalking : agent-grpc-provider

Maven & Gradle

Oct 06, 2018
1 usages
<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>agent-grpc-provider</artifactId>
    <version>5.0.0-GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.skywalking : agent-grpc-provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0-GA
  • Latest Release Candidate: 5.0.0-RC2
  • Latest Beta: 5.0.0-beta2
  • Latest Alpha: 5.0.0-alpha

All Versions

Choose a version of org.apache.skywalking : agent-grpc-provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
agent-grpc-provider-5.0.0-GA
agent-grpc-provider-5.0.0-RC2
agent-grpc-provider-5.0.0-beta2
agent-grpc-provider-5.0.0-beta
agent-grpc-provider-5.0.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>agent-grpc-provider</artifactId>
    <version>5.0.0-GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.skywalking : agent-grpc-provider gradle dependency to your build.gradle file:

implementation 'org.apache.skywalking:agent-grpc-provider:5.0.0-GA'

Gradle Kotlin DSL: Add the following org.apache.skywalking : agent-grpc-provider gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.skywalking:agent-grpc-provider:5.0.0-GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.skywalking : agent-grpc-provider sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.skywalking" % "agent-grpc-provider" % "5.0.0-GA"

Advertisement