# Rage4J: Test your LLM apps like the rest of your Java code

> Source: <https://rage4j.dev/>
> Published: 2026-09-14 09:25:01+00:00

⭐

0

GitHub Stars

🔄

0

Forks

📦

0.0.0

Latest Version

## Key Features

### 📊 Comprehensive Evaluation

Measure accuracy, relevance, and faithfulness of AI responses

### ⚡ High Performance

Optimized for Java with minimal overhead

### 🔌 Easy Integration

Simple Maven dependency with clear APIs

## Installation

Get started by adding the RAGE4J dependency to your project:

```
<dependency>    <groupId>dev.rage4j</groupId>    <artifactId>rage4j</artifactId>    <version>1.0.4</version></dependency>
```

Or try our intuitive and user-friendly wrapper for the RAGE4J-Core API:

```
<dependency>    <groupId>dev.rage4j</groupId>    <artifactId>rage4j-assert</artifactId>    <version>1.0.4</version>    <scope>test</scope></dependency>
```

Want to learn more about Rage4J and it's features?

[Visit Get Started →](/docs/intro)
