Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed May 2, 2024
1 parent e451719 commit 775be10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/reflection/3)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/reflection/)
[![GitHub](https://img.shields.io/github/license/burningwave/reflection)](https://github.com/burningwave/reflection/blob/master/LICENSE)

[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/reflection/actions/runs/6576339128)
[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/reflection/actions/runs/8920511363)

[![Supported JVM](https://img.shields.io/badge/supported%20JVM-7%2C%208%2C%209+-blueviolet)](https://github.com/burningwave/reflection/actions/runs/6576339128)
[![Supported JVM](https://img.shields.io/badge/supported%20JVM-7%2C%208%2C%209+-blueviolet)](https://github.com/burningwave/reflection/actions/runs/8920511363)

[![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/reflection/main)](https://coveralls.io/github/burningwave/reflection?branch=main)
[![GitHub open issues](https://img.shields.io/github/issues/burningwave/reflection)](https://github.com/burningwave/reflection/issues)
Expand Down Expand Up @@ -39,7 +39,7 @@ If you are on Java 8 and later, to include Burningwave Reflection library in you
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>reflection</artifactId>
<version>4.4.0</version>
<version>4.4.1</version>
</dependency>
```

Expand All @@ -65,7 +65,7 @@ By default the JVM Driver is not imported by the Reflection library, so if you w
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>jvm-driver</artifactId>
<version>8.14.2</version>
<version>8.16.1</version>
</dependency>
```
... And the following to your `module-info.java`:
Expand Down

0 comments on commit 775be10

Please sign in to comment.