MVN

com.jpmorgan.quorum : tessera-context

Maven & Gradle

Jul 31, 2020
2 usages
146 stars
<dependency>
    <groupId>com.jpmorgan.quorum</groupId>
    <artifactId>tessera-context</artifactId>
    <version>0.10.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.10.6

All Versions

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

Version Vulnerabilities Updated
0.10.x
tessera-context-0.10.6
tessera-context-0.10.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jpmorgan.quorum</groupId>
    <artifactId>tessera-context</artifactId>
    <version>0.10.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.jpmorgan.quorum:tessera-context:0.10.6'

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

implementation("com.jpmorgan.quorum:tessera-context:0.10.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.jpmorgan.quorum" % "tessera-context" % "0.10.6"

Advertisement