MVN

org.factcast : factcast-example-grpc

Maven & Gradle

Nov 10, 2018
<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-example-grpc</artifactId>
    <version>0.0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.26

All Versions

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

Version Vulnerabilities Updated
0.0.x
factcast-example-grpc-0.0.26
factcast-example-grpc-0.0.25
factcast-example-grpc-0.0.21
factcast-example-grpc-0.0.20
factcast-example-grpc-0.0.19
factcast-example-grpc-0.0.18
factcast-example-grpc-0.0.17
factcast-example-grpc-0.0.16
factcast-example-grpc-0.0.15
factcast-example-grpc-0.0.14
factcast-example-grpc-0.0.12
factcast-example-grpc-0.0.11
factcast-example-grpc-0.0.10
factcast-example-grpc-0.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-example-grpc</artifactId>
    <version>0.0.26</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.factcast:factcast-example-grpc:0.0.26'

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

implementation("org.factcast:factcast-example-grpc:0.0.26")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.factcast" % "factcast-example-grpc" % "0.0.26"

Advertisement