Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

FrogDevelopment/testcontainers-pgroonga

Repository files navigation

Testcontainers PgRoonga

Pgroonga module for testcontainers

Release

How to use the testcontainers-pgroonga on your project

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
Step 2. Add the dependency
	dependencies {
	        implementation 'com.frog-development:testcontainers-pgroonga:1.1.2'
	}
Step 3. Use the Testcontainer PgRoonga module

// TODO