Registry / other / daml-lf-data-2-12

daml-lf-data-2-12

JSON →
library1.18.3javamavenunverified

Daml Ledger Format data types for Scala 2.12, used in the Daml smart contract platform.

<dependency> <groupId>com.daml</groupId> <artifactId>daml-lf-data_2.12</artifactId> <version>1.18.3</version> </dependency>
INSTALL
IMPORT
SIG · DAML-LF-DATA-2-12
D
daml-lf-data-2-12
otherjavav1.18.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ref
com.daml.lf.data.Ref

Minimal example showing how to use a Ref type from Daml LF data.

import com.daml.lf.data.Ref; public class Example { public static void main(String[] args) { Ref.PackageId pid = Ref.PackageId.assertFromString("abc123"); System.out.println(pid); } }
Debug
Known issues
gotchaThis package is Scala-specific and may require Scala runtime libraries.
fix
Ensure Scala 2.12 library is on the classpath.
affects: *
Upgrade
Version history
1.18.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
daml-lf-data-2-12 — mvn dependency:get daml-lf-data-2-12 · libregistry