MVN

com.digitalasset : ports_2.12

Maven & Gradle

Dec 18, 2021
3 usages
784 stars

ports_2.12 · TBD

<dependency>
    <groupId>com.digitalasset</groupId>
    <artifactId>ports_2.12</artifactId>
    <version>100.13.55</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.digitalasset : ports_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 100.13.55

All Versions

Choose a version of com.digitalasset : ports_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
100.13.x
ports_2.12-100.13.56-snapshot.20200331.3729.0.b43b8d86
ports_2.12-100.13.56-snapshot.20200325.3626.0.a3ddde3a
ports_2.12-100.13.56-snapshot.20200318.3529.0.6ea118d6
ports_2.12-100.13.55
ports_2.12-100.13.55-snapshot.20200309.3401.0.6f8c3ad8
ports_2.12-100.13.55-snapshot.20200309.3401.6f8c3ad8
ports_2.12-100.13.55-snapshot.20200304.3329.6a1c75cf

How to add a dependency to Maven

Add the following com.digitalasset : ports_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.digitalasset</groupId>
    <artifactId>ports_2.12</artifactId>
    <version>100.13.55</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.digitalasset : ports_2.12 gradle dependency to your build.gradle file:

implementation 'com.digitalasset:ports_2.12:100.13.55'

Gradle Kotlin DSL: Add the following com.digitalasset : ports_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.digitalasset:ports_2.12:100.13.55")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.digitalasset : ports_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.digitalasset" % "ports_2.12" % "100.13.55"

Advertisement