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
Copy file name to clipboardExpand all lines: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ Tracking issue [here][6] provides the best tracker. Once these PRs are merged an
27
27
28
28
-**[`org.checkerframework`][0]:****Checker Framework** is a type-checking framework for Java. The `checker-qual` package is used by Guava, so it is included here transitively. Checker Framework added a JPMS module definition in a [recent PR][1], so this is sub-moduled at `master`. At the time of this writing no release has taken place.
29
29
30
+
-**[`org.reactivestreams`][16]:****Reactive Streams** is a universal JVM API for building reactive software in an implementation-agnostic manner.
31
+
30
32
### How do I use it?
31
33
32
34
Add this domain as a repository within any JVM build tool: [Maven][7], [Gradle][8], [Bazel][9], [sbt][10]. For example:
@@ -81,6 +83,19 @@ You should use a JPMS-enabled library version which has no conflict with Maven C
0 commit comments