did-sdk-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>did-sdk-java</artifactId>
<version>1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>did-sdk-java</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>did-sdk-java</name>
<description>Hedera™ DiD SDK</description>
<url>https://github.com/hashgraph/did-sdk-java</url>
<organization>
<name>Hedera Hashgraph</name>
<url>https://www.hedera.com</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://github.com/hashgraph/did-sdk-java/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Hedera Hashgraph</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/hashgraph/did-sdk-java.git</connection>
<developerConnection>scm:git:ssh://github.com/hashgraph/did-sdk-java.git</developerConnection>
<url>https://github.com/hashgraph/did-sdk-java</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/hashgraph/did-sdk-java/issues</url>
</issueManagement>
</project>