This repository was archived by the owner on Oct 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-11
lines changed Expand file tree Collapse file tree 1 file changed +20
-11
lines changed Original file line number Diff line number Diff line change 1
- # testcontainers-pgroonga
1
+ # Testcontainers PgRoonga
2
2
Pgroonga module for [ testcontainers] ( https://www.testcontainers.org/ )
3
3
4
- ## Version
5
- ![ version] ( https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000 )
6
-
7
- ## JitCI
8
4
[ ![ ] ( https://jitci.com/gh/FrogDevelopment/testcontainers-pgroonga/svg )] ( https://jitci.com/gh/FrogDevelopment/testcontainers-pgroonga )
5
+ [ ![ Release] ( https://jitpack.io/v/com.frog-development/testcontainers-pgroonga.svg )] ( https://jitpack.io/#com.frog-development/testcontainers-pgroonga )
6
+
7
+ ### How to use the testcontainers-pgroonga on your project
8
+ ##### Step 1. Add the JitPack repository to your build file
9
9
10
- ## Sonar Cloud
11
- TODO [ ![ Quality Gate Status] ( )
12
- TODO [ ![ Security Rating] ( )
13
- TODO [ ![ Vulnerabilities] ( )
14
- TODO [ ![ Coverage] ( )
15
- TODO [ ![ Maintainability Rating] ( )
10
+ Add it in your root ` build.gradle ` at the end of repositories:
11
+ ``` groovy
12
+ repositories {
13
+ ...
14
+ maven { url 'https://jitpack.io' }
15
+ }
16
+ ```
17
+ ##### Step 2. Add the dependency
18
+ ``` groovy
19
+ dependencies {
20
+ implementation 'com.frog-development:testcontainers-pgroonga:1.0.0'
21
+ }
22
+ ```
23
+ ##### Step 3. Use the Testcontainer PgRoonga module
24
+ // TODO
You can’t perform that action at this time.
0 commit comments