Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
runafterasun committed Sep 1, 2023
2 parents ccd77ff + 2b40fcb commit b460e7f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,19 @@ This project can help with generation some random information to object.

## How to use
From maven central
https://search.maven.org/artifact/ru.objectsfill/objects-fill-processor

```xml
<dependency>
<groupId>ru.objectsfill</groupId>
<artifactId>objects-fill-processor</artifactId>
<version>0.0.2</version>
<version>x.x.x</version>
</dependency>
```

```gradle
testImplementation 'ru.objectsfill:objects-fill-processor:0.0.2'
testAnnotationProcessor 'ru.objectsfill:objects-fill-processor:0.0.2'
testImplementation 'ru.objectsfill:objects-fill-processor:x.x.x'
testAnnotationProcessor 'ru.objectsfill:objects-fill-processor:x.x.x'
```
4. Read doc

Expand Down Expand Up @@ -233,4 +235,4 @@ GitHub Issues …​Create New Issue …​Pull Requests …​Create a Fork

The project is open-source; non-commercial; the license is Apache v2.0. A single person actively develops it at the moment. If you see that the latest release or commit was not many years ago, then it is worth a try to ask, open a ticket. I will react and help you as much as I can afford.

You are welcome to open tickets in GitHub if you have any question, but also for suggestions and only if you like the tool. Usually I struggle with lacking the information about how many are using my tools. Do not leave me in the dark.
You are welcome to open tickets in GitHub if you have any question, but also for suggestions and only if you like the tool. Usually I struggle with lacking the information about how many are using my tools. Do not leave me in the dark.

0 comments on commit b460e7f

Please sign in to comment.