You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://maven-badges.herokuapp.com/maven-central/org.burningwave/reflection/)
7
+
[](https://maven-badges.herokuapp.com/maven-central/org.burningwave/reflection/)
[](https://github.com/burningwave/reflection/issues)
@@ -21,7 +21,7 @@
21
21
22
22
Extracted from [**Burningwave Core**](https://burningwave.github.io/core/), Burningwave Reflection is an advanced, free and open source reflection engine.
23
23
24
-
The main difference with Burningwave Core's reflection engine is that **the use of the [Burningwave JVM Driver](https://burningwave.github.io/jvm-driver/) is optional and if the containing library is not present in the class path it is not used by default**.
24
+
The main difference with Burningwave Core's reflection engine is that **the use of the [JVM Driver](https://burningwave.github.io/jvm-driver/) is optional and if the containing library is not present in the class path it is not used by default**.
25
25
26
26
And now we will see:
27
27
*[including Burningwave Reflection in your project](#Including-Burningwave-Reflection-in-your-project)
@@ -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.4.0</version>
42
+
<version>4.3.2</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
0 commit comments