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
+6-1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,11 @@ but be aware that its documentation refers you to the async-profiler documentati
24
24
25
25
_fdtransfer is currently not supported, feel free to create an issue if you need it._
26
26
27
+
I wrote two blog posts about this project:
28
+
29
+
1.[AP-Loader: A new way to use and embed async-profiler](https://mostlynerdless.de/blog/2022/11/21/ap-loader-a-new-way-to-use-and-embed-async-profiler/)
30
+
2.[Using Async-Profiler and Jattach Programmatically with AP-Loader](https://mostlynerdless.de/blog/2023/05/02/using-async-profiler-and-jattach-programmatically-with-ap-loader/)
31
+
27
32
Download
28
33
--------
29
34
@@ -48,7 +53,7 @@ Or you can depend on the artifacts from maven central, they should be slightly m
48
53
</dependency>
49
54
```
50
55
51
-
Others are of course available, see [maven central](https://search.maven.org/artifact/me.bechberger/ap-loader).
56
+
Others are of course available, see [maven central](https://central.sonatype.com/artifact/me.bechberger/ap-loader-all/2.9-5).
52
57
53
58
You can also use [JBang](https://jbang.dev) to simplify the usage of ap-loader. There are examples in documentation below.
0 commit comments