Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.daml |
ArtifactId | ArtifactIddaml-sdk-project-config_2.12 |
Version | Version1.14.0-snapshot.20210518.6953.0.a6c7b86a |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.daml/daml-sdk-project-config_2.12/ -->
<dependency>
<groupId>com.daml</groupId>
<artifactId>daml-sdk-project-config_2.12</artifactId>
<version>1.14.0-snapshot.20210518.6953.0.a6c7b86a</version>
</dependency>
// https://jarcasting.com/artifacts/com.daml/daml-sdk-project-config_2.12/
implementation 'com.daml:daml-sdk-project-config_2.12:1.14.0-snapshot.20210518.6953.0.a6c7b86a'
// https://jarcasting.com/artifacts/com.daml/daml-sdk-project-config_2.12/
implementation ("com.daml:daml-sdk-project-config_2.12:1.14.0-snapshot.20210518.6953.0.a6c7b86a")
'com.daml:daml-sdk-project-config_2.12:jar:1.14.0-snapshot.20210518.6953.0.a6c7b86a'
<dependency org="com.daml" name="daml-sdk-project-config_2.12" rev="1.14.0-snapshot.20210518.6953.0.a6c7b86a">
<artifact name="daml-sdk-project-config_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daml', module='daml-sdk-project-config_2.12', version='1.14.0-snapshot.20210518.6953.0.a6c7b86a')
)
libraryDependencies += "com.daml" % "daml-sdk-project-config_2.12" % "1.14.0-snapshot.20210518.6953.0.a6c7b86a"
[com.daml/daml-sdk-project-config_2.12 "1.14.0-snapshot.20210518.6953.0.a6c7b86a"]