ledger-api-proto
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.daml</groupId> <artifactId>ledger-api-proto</artifactId> <version>3.4.0-snapshot.20250507.13824.0.v7bf1a9f8</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.daml</groupId> <artifactId>ledger-api-proto</artifactId> <version>3.4.0-snapshot.20250507.13824.0.v7bf1a9f8</version> <packaging>jar</packaging> <name>ledger-api-proto</name> <description>TBD</description> <url>https://github.com/digital-asset/daml</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Digital Asset SDK Feedback</name> <email>sdk-feedback@digitalasset.com</email> <organization>Digital Asset (Switzerland) GmbH</organization> <organizationUrl>https://www.digitalasset.com/developers</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/digital-asset/daml.git</connection> <developerConnection>scm:git:ssh://github.com:digital-asset/daml.git</developerConnection> <url>https://github.com/digital-asset/daml/tree/main</url> </scm> <dependencies> <dependency> <groupId>com.daml</groupId> <artifactId>ledger-api-value-proto</artifactId> <version>3.4.0-snapshot.20250507.13824.0.v7bf1a9f8</version> <exclusions> </exclusions> </dependency> </dependencies> </project>