Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 789 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 789 Bytes

radix-java-common

Java libraries and utilities to help you get started working with Radix APIs.

babylon-gateway-client

Gateway API client generated and published to Maven Central Repository.

<!-- https://mvnrepository.com/artifact/live.radix/babylon-gateway-client -->
<dependency>
  <groupId>live.radix</groupId>
  <artifactId>babylon-gateway-client</artifactId>
  <version>1.2.0</version>
</dependency>

babylon-core-client

Core API client generated and published to Maven Central Repository.

<!-- https://mvnrepository.com/artifact/live.radix/babylon-core-client -->
<dependency>
  <groupId>live.radix</groupId>
  <artifactId>babylon-core-client</artifactId>
  <version>1.0.4</version>
</dependency>