GroupId | GroupIdcom.daml |
---|---|
ArtifactId | ArtifactIdports_2.13 |
Version | Version2.0.0-snapshot.20220117.8894.0.502b21f8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.daml/ports_2.13/ -->
<dependency>
<groupId>com.daml</groupId>
<artifactId>ports_2.13</artifactId>
<version>2.0.0-snapshot.20220117.8894.0.502b21f8</version>
</dependency>
// https://jarcasting.com/artifacts/com.daml/ports_2.13/
implementation 'com.daml:ports_2.13:2.0.0-snapshot.20220117.8894.0.502b21f8'
// https://jarcasting.com/artifacts/com.daml/ports_2.13/
implementation ("com.daml:ports_2.13:2.0.0-snapshot.20220117.8894.0.502b21f8")
'com.daml:ports_2.13:jar:2.0.0-snapshot.20220117.8894.0.502b21f8'
<dependency org="com.daml" name="ports_2.13" rev="2.0.0-snapshot.20220117.8894.0.502b21f8">
<artifact name="ports_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daml', module='ports_2.13', version='2.0.0-snapshot.20220117.8894.0.502b21f8')
)
libraryDependencies += "com.daml" % "ports_2.13" % "2.0.0-snapshot.20220117.8894.0.502b21f8"
[com.daml/ports_2.13 "2.0.0-snapshot.20220117.8894.0.502b21f8"]