MVN

org.factcast : factcast-client-grpc-boot1

Maven & Gradle

Aug 28, 2020
2 usages
<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-client-grpc-boot1</artifactId>
    <version>0.1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.4.3
  • Latest Release Candidate: 0.1.0-RC4

All Versions

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

Version Vulnerabilities Updated
0.1.x
factcast-client-grpc-boot1-0.1.4.3
factcast-client-grpc-boot1-0.1.4.2
factcast-client-grpc-boot1-0.1.4.1
factcast-client-grpc-boot1-0.1.4
factcast-client-grpc-boot1-0.1.0
factcast-client-grpc-boot1-0.1.0-RC4
factcast-client-grpc-boot1-0.1.0-RC3
factcast-client-grpc-boot1-0.1.0-RC2
factcast-client-grpc-boot1-0.1.0-RC1
195ae24
factcast-client-grpc-boot1-195ae24

How to add a dependency to Maven

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

<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-client-grpc-boot1</artifactId>
    <version>0.1.4.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.factcast:factcast-client-grpc-boot1:0.1.4.3'

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

implementation("org.factcast:factcast-client-grpc-boot1:0.1.4.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.factcast" % "factcast-client-grpc-boot1" % "0.1.4.3"