We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001703f commit b357e10Copy full SHA for b357e10
README.md
@@ -18,7 +18,9 @@ First, add it to your dependencies:
18
### Java
19
20
You are safe to use this library in any Java project, it doesn't explicitly
21
-depend on Clojure (or anything else).
+depend on Clojure (or anything else). You can also forgo the dependency and just
22
+paste [MeterThread](src/jvm_alloc_rate_meter/MeterThread.java) class directly
23
+into your project.
24
25
```java
26
import jvm_alloc_rate_meter.MeterThread;
0 commit comments