laksaj
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.zilliqa</groupId>
<artifactId>laksaj</artifactId>
<version>2.0.0</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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.zilliqa</groupId>
<artifactId>laksaj</artifactId>
<version>2.0.0</version>
<packaging>jar</packaging>
<name>Zilliqa LaksaJ</name>
<description>Java bindings for the Zilliqa API</description>
<url>https://github.com/Zilliqa/zilliqa-developer/tree/main/products/laksaj</url>
<licenses>
<license>
<name>GNU General Public License (GPL), Version 3.0</name>
<url>https://github.com/Zilliqa/zilliqa-developer/blob/main/products/laksaj/LICENSE</url>
</license>
</licenses>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/Zilliqa/zilliqa-developer</url>
</issueManagement>
<scm>
<connection>scm:git:git://github.com/zilliqa/zilliqa-developer.git</connection>
<developerConnection>scm:git:ssh://github.com:zilliqa/zilliqa-developer.git</developerConnection>
<url>http://github.com/zilliqa/zilliqa-developer/tree/master</url>
</scm>
<developers>
<developer>
<name>The Zilliqa developers</name>
<email>dev@zilliqa.com</email>
<organization>Zilliqa</organization>
<organizationUrl>https://www.zilliqa.com/</organizationUrl>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.22.2</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.72</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.26</version>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.9.7</version>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>crypto</artifactId>
<version>4.9.7</version>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>utils</artifactId>
<version>4.9.7</version>
</dependency>
</dependencies>
</project>