Skip to content

Commit

Permalink
update README.md for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ddest committed Apr 29, 2024
1 parent 12fff7f commit 9e42ff2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ Maven:
<dependency>
<groupId>name.velikodniy.vitaliy</groupId>
<artifactId>fixedlength</artifactId>
<version>0.9</version>
<version>0.10</version>
<type>pom</type>
</dependency>
```

Gradle:
```groovy
implementation 'name.velikodniy.vitaliy:fixedlength:0.8'
implementation 'name.velikodniy.vitaliy:fixedlength:0.10'
```

Ivy:
```xml
<dependency org='name.velikodniy.vitaliy' name='fixedlength' rev='0.9'>
<dependency org='name.velikodniy.vitaliy' name='fixedlength' rev='0.10'>
<artifact name='fixedlength' ext='pom' ></artifact>
</dependency>
```
Expand All @@ -87,7 +87,7 @@ Joe1 Smith
Joe3 Smith
```

you need just write down this class:
you need just write down this class (annotated fields also could be pulled from annotated classes):

```java
public class Employee {
Expand Down

0 comments on commit 9e42ff2

Please sign in to comment.