Skip to content

Commit f92dc36

Browse files
authored
Update JavaFastPFOR version to 0.3.1
Updated the dependency version for JavaFastPFOR in both Maven and Gradle sections of the README.
1 parent a0a5aff commit f92dc36

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,13 @@ non-vectorized implementation. For an example usage, see
7373
examples/vector/Example.java. The feature requires JDK 19+ and is currently for
7474
advanced 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+
7983
1. **Maven**
8084

8185
Using 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
126130
dependencies {
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

0 commit comments

Comments
 (0)