MVN

com.daml : test-common-1.12_2.12

Maven & Gradle

Dec 17, 2021
1 usages
783 stars

test-common-1.12_2.12 · TBD

<dependency>
    <groupId>com.daml</groupId>
    <artifactId>test-common-1.12_2.12</artifactId>
    <version>1.14.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.daml : test-common-1.12_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.2

All Versions

Choose a version of com.daml : test-common-1.12_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15.x
test-common-1.12_2.12-1.15.0-snapshot.20210623.7217.0.5b73813d
test-common-1.12_2.12-1.15.0-snapshot.20210615.7169.0.adeba206
1.14.x
test-common-1.12_2.12-1.14.2
test-common-1.12_2.12-1.14.2-snapshot.20210708.7135.0.aa297840
test-common-1.12_2.12-1.14.1
test-common-1.12_2.12-1.14.1-snapshot.20210706.7133.0.8ec16e94
test-common-1.12_2.12-1.14.0
test-common-1.12_2.12-1.14.0-snapshot.20210615.7169.0.adeba206
test-common-1.12_2.12-1.14.0-snapshot.20210615.7124.0.d1b54ff0
test-common-1.12_2.12-1.14.0-snapshot.20210608.7123.0.3cb8d5c2
test-common-1.12_2.12-1.14.0-snapshot.20210602.7086.0.f36f556b
test-common-1.12_2.12-1.14.0-snapshot.20210601.7081.0.7d716e6d
test-common-1.12_2.12-1.14.0-snapshot.20210526.7024.0.aedb9a82
test-common-1.12_2.12-1.14.0-snapshot.20210518.6953.0.a6c7b86a
test-common-1.12_2.12-1.14.0-snapshot.20210511.6892.0.ca9e89b3
1.13.x
test-common-1.12_2.12-1.13.1
test-common-1.12_2.12-1.13.1-snapshot.20210512.6834.1.5f532380
test-common-1.12_2.12-1.13.1-snapshot.20210512.6834.0.5f532380
test-common-1.12_2.12-1.13.0
test-common-1.12_2.12-1.13.0-snapshot.20210504.6833.0.9ae787d0
test-common-1.12_2.12-1.13.0-snapshot.20210503.6809.0.ca012c3b
test-common-1.12_2.12-1.13.0-snapshot.20210426.6770.0.ca66061b
test-common-1.12_2.12-1.13.0-snapshot.20210419.6730.0.8c3a8c04
test-common-1.12_2.12-1.13.0-snapshot.20210413.6706.0.2dc09ba2
1.12.x
test-common-1.12_2.12-1.12.0
test-common-1.12_2.12-1.12.0-snapshot.20210406.6646.0.631db446
test-common-1.12_2.12-1.12.0-snapshot.20210331.6640.0.4b807899
test-common-1.12_2.12-1.12.0-snapshot.20210331.6634.0.b98a3881
test-common-1.12_2.12-1.12.0-snapshot.20210331.6626.0.29a68134
test-common-1.12_2.12-1.12.0-snapshot.20210330.6622.0.eef158d6
test-common-1.12_2.12-1.12.0-snapshot.20210330.6619.0.007b8674
test-common-1.12_2.12-1.12.0-snapshot.20210323.6567.0.90c5ce70

How to add a dependency to Maven

Add the following com.daml : test-common-1.12_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.daml</groupId>
    <artifactId>test-common-1.12_2.12</artifactId>
    <version>1.14.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.daml : test-common-1.12_2.12 gradle dependency to your build.gradle file:

implementation 'com.daml:test-common-1.12_2.12:1.14.2'

Gradle Kotlin DSL: Add the following com.daml : test-common-1.12_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.daml:test-common-1.12_2.12:1.14.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.daml : test-common-1.12_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.daml" % "test-common-1.12_2.12" % "1.14.2"

Advertisement