Skip to content

v1.0.0

Latest

Choose a tag to compare

@nilsw13 nilsw13 released this 06 Apr 11:36
· 7 commits to master since this release

Spring Boot Replicate 1.0.0

First official release of Spring Boot Replicate, an integration of the Replicate API for Spring Boot.

Installation

Maven

<dependency>
    <groupId>io.github.nilsw13</groupId>
    <artifactId>spring-boot-replicate</artifactId>
    <version>1.0.0</version>
</dependency>

Gradle - Groovy

implementation 'io.github.nilsw13:spring-boot-replicate:1.0.0'

Requirements

Dependencies

  • Spring Boot 3.4.3 or higher
  • Spring Boot Web (spring-boot-starter-web)
  • Apache HttpComponents HttpClient 5 (version 5.4.2)

System Requirements

  • Java 21
  • Spring Boot 3.4.3 or higher

Compatibility

This library has been developed with:

  • Spring Boot 3.4.3
  • Java 21
  • Apache HttpClient 5.4.2

Key Features

  • Easy integration with Replicate Ai models
  • Spring Boot auto-configuration
  • Simplified API client for Replicate endpoints

Full Changelog: https://github.com/nilsw13/spring-boot-replicate/commits/v1.0.0