Skip to content

Commit

Permalink
edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
biagio committed Feb 2, 2025
1 parent 6d2c27b commit b335c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ curl -X POST -H "Content-type: application/json" -d '{
<dependency>
<groupId>app.tozzi</groupId>
<artifactId>jpa-search-helper</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
</dependency>
```

#### Gradle
```
implementation 'app.tozzi:jpa-search-helper:3.3.2
implementation 'app.tozzi:jpa-search-helper:3.4.0
```

## Queries - Usage
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ java {

repositories {
mavenCentral()
mavenLocal()
}

dependencies {
Expand Down

0 comments on commit b335c18

Please sign in to comment.