We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07efb9f commit a289d22Copy full SHA for a289d22
1 file changed
README.md
@@ -57,7 +57,9 @@ in Nanosai, but in any case, it will be something close to that.
57
The easiest way to use Stream Ops is via Maven. See the Maven dependency for Stream Ops in the next section.
58
59
Alternatively you can clone Stream Ops and build it yourself. Stream Ops have 2 small dependencies which you may
60
-(or may not) have to clone too. That depends on what you are trying to do.
+(or may not) have to clone too. That depends on what you are trying to do. The dependencies are also available
61
+from the central Maven repository though, so it is not necessary to clone and build them. Not unless you want
62
+to compile them all using a different Java version than the Java version they are currently built with.
63
64
65
<a name="maven-dependency"></a>
0 commit comments