1
- # Burningwave Reflection [ ![ Tweet] ( https://img.shields.io/twitter/url/http/shields.io.svg?style=social )] ( https://twitter.com/intent/tweet?text=%40burningwave_org%20Reflection%2C%20the%20%23advanced%20reflection%20engine%20%28works%20on%20%23Java8%20%23Java9%20%23Java10%20%23Java11%20%23Java12%20%23Java13%20%23Java14%20%23Java15%20%23Java16%20%23Java17%20%23Java18%20%23Java19%20%23Java20%20%23Java21%29&url=https://burningwave.github.io/reflection/ )
1
+ # Burningwave Reflection [ ![ Tweet] ( https://img.shields.io/twitter/url/http/shields.io.svg?style=social )] ( https://twitter.com/intent/tweet?text=%40burningwave_org%20Reflection%2C%20the%20%23advanced%20reflection%20engine%20%28works%20on%20%23Java8%20%23Java9%20%23Java10%20%23Java11%20%23Java12%20%23Java13%20%23Java14%20%23Java15%20%23Java16%20%23Java17%20%23Java18%20%23Java19%20%23Java20%20%23Java21%20%23Java22% 29&url=https://burningwave.github.io/reflection/ )
2
2
3
3
<a href =" https://www.burningwave.org " >
4
4
<img src =" https://raw.githubusercontent.com/burningwave/burningwave.github.io/main/logo.png " alt =" logo.png " height =" 180px " align =" right " />
7
7
[ ![ Maven Central with version prefix filter] ( https://img.shields.io/maven-central/v/org.burningwave/reflection/4 )] ( https://maven-badges.herokuapp.com/maven-central/org.burningwave/reflection/ )
8
8
[ ![ GitHub] ( https://img.shields.io/github/license/burningwave/reflection )] ( https://github.com/burningwave/reflection/blob/master/LICENSE )
9
9
10
- [ ![ Platforms] ( https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange )] ( https://github.com/burningwave/reflection/actions/runs/6653656544 )
10
+ [ ![ Platforms] ( https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange )] ( https://github.com/burningwave/reflection/actions/runs/8906688896 )
11
11
12
- [ ![ Supported JVM] ( https://img.shields.io/badge/supported%20JVM-7%2C%208%2C%209+-blueviolet )] ( https://github.com/burningwave/reflection/actions/runs/6653656544 )
12
+ [ ![ Supported JVM] ( https://img.shields.io/badge/supported%20JVM-7%2C%208%2C%209+-blueviolet )] ( https://github.com/burningwave/reflection/actions/runs/8906688896 )
13
13
14
14
[ ![ Coveralls github branch] ( https://img.shields.io/coveralls/github/burningwave/reflection/main )] ( https://coveralls.io/github/burningwave/reflection?branch=main )
15
15
[ ![ GitHub open issues] ( https://img.shields.io/github/issues/burningwave/reflection )] ( https://github.com/burningwave/reflection/issues )
@@ -39,7 +39,7 @@ If you are on Java 8 and later, to include Burningwave Reflection library in you
39
39
<dependency >
40
40
<groupId >org.burningwave</groupId >
41
41
<artifactId >reflection</artifactId >
42
- <version >4.3.2 </version >
42
+ <version >4.4.0 </version >
43
43
</dependency >
44
44
```
45
45
@@ -65,7 +65,7 @@ By default the JVM Driver is not imported by the Reflection library, so if you w
65
65
<dependency >
66
66
<groupId >org.burningwave</groupId >
67
67
<artifactId >jvm-driver</artifactId >
68
- <version >8.15 .0</version >
68
+ <version >8.16 .0</version >
69
69
</dependency >
70
70
```
71
71
... And the following to your ` module-info.java ` :
0 commit comments