v3.0.0
What's Changed
This is the third major release of the xrpl4j library. For more information on migrating from v2.5.1 to v3.0.0 can be found in the migration guide.
Maven
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.xrpl4j</groupId>
<artifactId>xrpl4j-bom</artifactId>
<version>3.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Full Changelog: releases/v2.5.1...releases/v3.0