MVN

com.daml : direct-execution-context_2.12

Maven & Gradle

Dec 17, 2021
14 usages
783 stars

direct-execution-context_2.12 · TBD

<dependency>
    <groupId>com.daml</groupId>
    <artifactId>direct-execution-context_2.12</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.daml : direct-execution-context_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of com.daml : direct-execution-context_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
direct-execution-context_2.12-1.6.0-snapshot.20200922.5258.0.cd4a06db
direct-execution-context_2.12-1.6.0-snapshot.20200915.5208.0.09014dc6
direct-execution-context_2.12-1.6.0-snapshot.20200908.5166.0.1623baec
1.5.x
direct-execution-context_2.12-1.5.0
direct-execution-context_2.12-1.5.0-snapshot.20200907.5151.0.eb68e680
direct-execution-context_2.12-1.5.0-snapshot.20200902.5118.0.2b3cf1b3
direct-execution-context_2.12-1.5.0-snapshot.20200825.5071.0.d33e130f
direct-execution-context_2.12-1.5.0-snapshot.20200818.5027.0.1b33d374
direct-execution-context_2.12-1.5.0-snapshot.20200811.4959.0.bbc2fe56
direct-execution-context_2.12-1.5.0-snapshot.20200804.4902.0.de2fef6b
1.4.x
direct-execution-context_2.12-1.4.0
direct-execution-context_2.12-1.4.0-snapshot.20200729.4851.0.224ab362
direct-execution-context_2.12-1.4.0-snapshot.20200724.4812.0.818a52b0
direct-execution-context_2.12-1.4.0-snapshot.20200722.4800.0.21a16eef
direct-execution-context_2.12-1.4.0-snapshot.20200722.4796.0.28ab504b
direct-execution-context_2.12-1.4.0-snapshot.20200715.4733.0.d6e58626
1.3.x
direct-execution-context_2.12-1.3.0
direct-execution-context_2.12-1.3.0-snapshot.20200714.4687.0.8e10c7a7
direct-execution-context_2.12-1.3.0-snapshot.20200708.4686.0.95dfa18e
direct-execution-context_2.12-1.3.0-snapshot.20200706.4664.0.5db06051
direct-execution-context_2.12-1.3.0-snapshot.20200610.4413.0.11b5c362
direct-execution-context_2.12-1.3.0-snapshot.20200701.4616.0.bdbefd11
direct-execution-context_2.12-1.3.0-snapshot.20200623.4546.0.4f68cfc4
direct-execution-context_2.12-1.3.0-snapshot.20200617.4484.0.7e0a6848
direct-execution-context_2.12-1.3.0-snapshot.20200617.4474.0.53bddb54
direct-execution-context_2.12-1.3.0-snapshot.20200610.4412.0.0544323d
direct-execution-context_2.12-1.3.0-snapshot.20200603.4345.0.1386abc0
1.2.x
direct-execution-context_2.12-1.2.0
direct-execution-context_2.12-1.2.0-snapshot.20200602.4310.0.1c18058f
direct-execution-context_2.12-1.2.0-snapshot.20200528.4309.0.f619dea3
direct-execution-context_2.12-1.2.0-snapshot.20200527.4268.0.acc5a21c
direct-execution-context_2.12-1.2.0-snapshot.20200520.4228.0.595f1e27
direct-execution-context_2.12-1.2.0-snapshot.20200520.4224.0.2af134ca
direct-execution-context_2.12-1.2.0-snapshot.20200513.4172.0.021f4af3
1.1.x
direct-execution-context_2.12-1.1.1
direct-execution-context_2.12-1.1.0
direct-execution-context_2.12-1.1.0-snapshot.20200506.4107.0.7e448d81
direct-execution-context_2.12-1.1.0-snapshot.20200430.4057.0.681c862d
direct-execution-context_2.12-1.1.0-snapshot.20200422.3991.0.6391ee9f
1.0.x
direct-execution-context_2.12-1.0.1
direct-execution-context_2.12-1.0.1-snapshot.20200424.3917.0.16093690
direct-execution-context_2.12-1.0.1-snapshot.20200417.3908.1.722bac90
direct-execution-context_2.12-1.0.0
0.13.x
direct-execution-context_2.12-0.13.56-snapshot.20200411.3905.0.f050da78
direct-execution-context_2.12-0.13.56-snapshot.20200408.3877.0.1ddcd3c0
direct-execution-context_2.12-0.13.56-snapshot.20200408.3871.0.b3ccacc0
direct-execution-context_2.12-0.13.56-snapshot.20200407.3859.0.b488b353
direct-execution-context_2.12-0.13.56-snapshot.20200407.3843.0.10bac143
direct-execution-context_2.12-0.13.56-snapshot.20200404.3816.0.30f2c742
direct-execution-context_2.12-0.13.56-snapshot.20200403.3814.0.47541e70

How to add a dependency to Maven

Add the following com.daml : direct-execution-context_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.daml</groupId>
    <artifactId>direct-execution-context_2.12</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.daml : direct-execution-context_2.12 gradle dependency to your build.gradle file:

implementation 'com.daml:direct-execution-context_2.12:1.5.0'

Gradle Kotlin DSL: Add the following com.daml : direct-execution-context_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.daml:direct-execution-context_2.12:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.daml : direct-execution-context_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.daml" % "direct-execution-context_2.12" % "1.5.0"

Advertisement

Dependencies from Group

Aug 25, 2023
55 usages
783 stars
Aug 25, 2023
49 usages
783 stars
Jun 30, 2022
48 usages
783 stars
Aug 25, 2023
36 usages
783 stars
Aug 25, 2023
34 usages
783 stars

Discover Dependencies

Dec 17, 2021
783 stars
Dec 17, 2021
783 stars
Jun 30, 2022
783 stars
Dec 17, 2021
783 stars
Dec 17, 2021
2 usages
783 stars
Jun 30, 2022
783 stars
Jun 30, 2022
783 stars
Dec 17, 2021
783 stars
Jun 30, 2022
783 stars
Dec 17, 2021
1 usages
783 stars