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