| Categories | 
                CategoriesData | 
        
|---|---|
| GroupId | GroupIdcom.daml | 
    
| ArtifactId | ArtifactIddaml-lf-data_2.13 | 
    
| Version | Version2.1.0-snapshot.20220318.9568.0.d37a63f5 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.daml/daml-lf-data_2.13/ -->
<dependency>
    <groupId>com.daml</groupId>
    <artifactId>daml-lf-data_2.13</artifactId>
    <version>2.1.0-snapshot.20220318.9568.0.d37a63f5</version>
</dependency>
                // https://jarcasting.com/artifacts/com.daml/daml-lf-data_2.13/
implementation 'com.daml:daml-lf-data_2.13:2.1.0-snapshot.20220318.9568.0.d37a63f5'
                // https://jarcasting.com/artifacts/com.daml/daml-lf-data_2.13/
implementation ("com.daml:daml-lf-data_2.13:2.1.0-snapshot.20220318.9568.0.d37a63f5")
                'com.daml:daml-lf-data_2.13:jar:2.1.0-snapshot.20220318.9568.0.d37a63f5'
                <dependency org="com.daml" name="daml-lf-data_2.13" rev="2.1.0-snapshot.20220318.9568.0.d37a63f5">
  <artifact name="daml-lf-data_2.13" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.daml', module='daml-lf-data_2.13', version='2.1.0-snapshot.20220318.9568.0.d37a63f5')
)
                libraryDependencies += "com.daml" % "daml-lf-data_2.13" % "2.1.0-snapshot.20220318.9568.0.d37a63f5"
                [com.daml/daml-lf-data_2.13 "2.1.0-snapshot.20220318.9568.0.d37a63f5"]