GroupId | GroupIdcom.daml |
---|---|
ArtifactId | ArtifactIdcodegen-jvm-main |
Version | Version2.2.0-snapshot.20220501.9828.0.7297fe9d |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.daml/codegen-jvm-main/ -->
<dependency>
<groupId>com.daml</groupId>
<artifactId>codegen-jvm-main</artifactId>
<version>2.2.0-snapshot.20220501.9828.0.7297fe9d</version>
</dependency>
// https://jarcasting.com/artifacts/com.daml/codegen-jvm-main/
implementation 'com.daml:codegen-jvm-main:2.2.0-snapshot.20220501.9828.0.7297fe9d'
// https://jarcasting.com/artifacts/com.daml/codegen-jvm-main/
implementation ("com.daml:codegen-jvm-main:2.2.0-snapshot.20220501.9828.0.7297fe9d")
'com.daml:codegen-jvm-main:jar:2.2.0-snapshot.20220501.9828.0.7297fe9d'
<dependency org="com.daml" name="codegen-jvm-main" rev="2.2.0-snapshot.20220501.9828.0.7297fe9d">
<artifact name="codegen-jvm-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daml', module='codegen-jvm-main', version='2.2.0-snapshot.20220501.9828.0.7297fe9d')
)
libraryDependencies += "com.daml" % "codegen-jvm-main" % "2.2.0-snapshot.20220501.9828.0.7297fe9d"
[com.daml/codegen-jvm-main "2.2.0-snapshot.20220501.9828.0.7297fe9d"]