MVN

org.factcast : factcast-example-schema-registry

Maven & Gradle

Jun 30, 2020
<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-example-schema-registry</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.1
  • Latest Release Candidate: 0.2.0-RC2

All Versions

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

Version Vulnerabilities Updated
0.2.x
factcast-example-schema-registry-0.2.1
factcast-example-schema-registry-0.2.0
factcast-example-schema-registry-0.2.0-RC2
factcast-example-schema-registry-0.2.0-RC
factcast-example-schema-registry-0.2.0-M10
factcast-example-schema-registry-0.2.0-M9
factcast-example-schema-registry-0.2.0-M8
factcast-example-schema-registry-0.2.0-M7
factcast-example-schema-registry-0.2.0-M6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-example-schema-registry</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.factcast:factcast-example-schema-registry:0.2.1'

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

implementation("org.factcast:factcast-example-schema-registry:0.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.factcast" % "factcast-example-schema-registry" % "0.2.1"

Advertisement