File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,13 @@ non-vectorized implementation. For an example usage, see
7373examples/vector/Example.java. The feature requires JDK 19+ and is currently for
7474advanced users.
7575
76- JitPack
76+ JavaFastPFOR as a dependency ( JitPack)
7777------------------------
7878
79+ We have a demo project using JavaFastPFOR as a dependency (both Maven and Gradle). See...
80+
81+ https://github.com/fast-pack/JavaFastPFORDemo
82+
79831 . ** Maven**
8084
8185Using this code in your own project is easy with maven, just add
@@ -85,7 +89,7 @@ the following code in your pom.xml file:
8589 <dependency >
8690 <groupId >com.github.fast-pack</groupId >
8791 <artifactId >JavaFastPFor</artifactId >
88- <version >JavaFastPFOR-0.3.0 </version >
92+ <version >JavaFastPFOR-0.3.1 </version >
8993 </dependency >
9094```
9195
@@ -124,7 +128,7 @@ repositories {
124128}
125129
126130dependencies {
127- implementation 'com.github.fast-pack:JavaFastPFor:JavaFastPFOR-0.3.0 '
131+ implementation 'com.github.fast-pack:JavaFastPFor:JavaFastPFOR-0.3.1 '
128132}
129133```
130134
You can’t perform that action at this time.
0 commit comments