MVN

com.daml : test-dar-files-1.13-lib_2.12

Maven & Gradle

Dec 17, 2021
2 usages
783 stars

test-dar-files-1.13-lib_2.12 · TBD

<dependency>
    <groupId>com.daml</groupId>
    <artifactId>test-dar-files-1.13-lib_2.12</artifactId>
    <version>1.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.daml : test-dar-files-1.13-lib_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.0

All Versions

Choose a version of com.daml : test-dar-files-1.13-lib_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16.x
test-dar-files-1.13-lib_2.12-1.16.0-snapshot.20210727.7476.0.b5e9d861
test-dar-files-1.13-lib_2.12-1.16.0-snapshot.20210720.7404.0.b7cf42d1
test-dar-files-1.13-lib_2.12-1.16.0-snapshot.20210713.7343.0.1f35db17
1.15.x
test-dar-files-1.13-lib_2.12-1.15.0
test-dar-files-1.13-lib_2.12-1.15.0-snapshot.20210705.7286.0.62aabcc4
test-dar-files-1.13-lib_2.12-1.15.0-snapshot.20210630.7261.0.84e1f3a7

How to add a dependency to Maven

Add the following com.daml : test-dar-files-1.13-lib_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.daml</groupId>
    <artifactId>test-dar-files-1.13-lib_2.12</artifactId>
    <version>1.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.daml : test-dar-files-1.13-lib_2.12 gradle dependency to your build.gradle file:

implementation 'com.daml:test-dar-files-1.13-lib_2.12:1.15.0'

Gradle Kotlin DSL: Add the following com.daml : test-dar-files-1.13-lib_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.daml:test-dar-files-1.13-lib_2.12:1.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.daml : test-dar-files-1.13-lib_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.daml" % "test-dar-files-1.13-lib_2.12" % "1.15.0"

Advertisement