Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PENEKhun committed Mar 7, 2024
1 parent 65a69e4 commit f79c113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ RestController through annotations.
## Dependencies

```groovy
annotationProcessor 'io.github.easypeel-security:easypeel-method-security:0.0.3'
implementation 'org.easypeelsecurity:easypeel-method-security:0.0.4'
```

```xml

<dependency>
<groupId>io.github.easypeel-security</groupId>
<groupId>org.easypeelsecurity</groupId>
<artifactId>easypeel-method-security</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<scope>provided</scope>
</dependency>
```
Expand Down

0 comments on commit f79c113

Please sign in to comment.