MVN

com.jpmorgan.quorum : tessera-sync

Maven & Gradle

Apr 30, 2020
2 usages
162 stars
<dependency>
    <groupId>com.jpmorgan.quorum</groupId>
    <artifactId>tessera-sync</artifactId>
    <version>0.10.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jpmorgan.quorum : tessera-sync to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.5

All Versions

Choose a version of com.jpmorgan.quorum : tessera-sync to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
tessera-sync-0.11.0
tessera-sync-0.11.0.20191016130153
tessera-sync-0.11.0.15102019124301
tessera-sync-0.11.0.11102019204238
tessera-sync-0.11.0.07102019101257
tessera-sync-0.11.0.07102019092224
tessera-sync-0.11.0.05102019083459
tessera-sync-0.11.0.01102019114519
tessera-sync-0.11.0.01102019110105
tessera-sync-0.11.0.01102019093502
tessera-sync-0.11.0.01102019090814
tessera-sync-0.11.0.30092019161842
tessera-sync-0.11.0.30092019145247
tessera-sync-0.11.0.30092019115716
0.11
tessera-sync-0.11
0.10.x
tessera-sync-0.10.5
tessera-sync-0.10.4
tessera-sync-0.10.3
tessera-sync-0.10.2
tessera-sync-0.10.1
tessera-sync-0.10.0
0.10
tessera-sync-0.10

How to add a dependency to Maven

Add the following com.jpmorgan.quorum : tessera-sync maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jpmorgan.quorum</groupId>
    <artifactId>tessera-sync</artifactId>
    <version>0.10.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jpmorgan.quorum : tessera-sync gradle dependency to your build.gradle file:

implementation 'com.jpmorgan.quorum:tessera-sync:0.10.5'

Gradle Kotlin DSL: Add the following com.jpmorgan.quorum : tessera-sync gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jpmorgan.quorum:tessera-sync:0.10.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jpmorgan.quorum : tessera-sync sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jpmorgan.quorum" % "tessera-sync" % "0.10.5"

Advertisement