sdk-jdk7
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.hedera.hashgraph</groupId> <artifactId>sdk-jdk7</artifactId> <version>2.24.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.hedera.hashgraph</groupId> <artifactId>sdk-jdk7</artifactId> <version>2.24.1</version> <name>Hedera SDK</name> <description>Hedera™ Hashgraph SDK for Java</description> <url>https://github.com/hashgraph/hedera-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/hedera-sdk-java/blob/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Ryan Leckey</name> </developer> <developer> <name>Daniel Akhterov</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/hashgraph/hedera-sdk-java.git</connection> <developerConnection>scm:git:ssh://github.com:hashgraph/hedera-sdk-java.git</developerConnection> <url>https://github.com/hashgraph/hedera-sdk-java</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/hashgraph/hedera-sdk-java/issues</url> </issueManagement> <dependencies> <dependency> <groupId>net.sourceforge.streamsupport</groupId> <artifactId>streamsupport</artifactId> <version>1.7.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.sourceforge.streamsupport</groupId> <artifactId>streamsupport-cfuture</artifactId> <version>1.7.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.threeten</groupId> <artifactId>threetenbp</artifactId> <version>1.6.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-javalite</artifactId> <version>3.21.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-protobuf-lite</artifactId> <version>1.46.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> <version>4.7.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15to18</artifactId> <version>1.73</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15to18</artifactId> <version>1.73</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-core</artifactId> <version>1.54.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-stub</artifactId> <version>1.54.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.esaulpaugh</groupId> <artifactId>headlong</artifactId> <version>9.2.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>