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 16f4516 commit 127b140Copy full SHA for 127b140
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1005,6 +1005,7 @@ bom {
1005
}
1006
links {
1007
site("https://www.jooq.org")
1008
+ javadoc("https://www.jooq.org/javadoc/{version}", "org.jooq")
1009
docs("https://www.jooq.org/doc/{version}/manual-single-page")
1010
releaseNotes("https://github.com/jOOQ/jOOQ/releases/tag/version-{version}")
1011
@@ -1561,6 +1562,7 @@ bom {
1561
1562
1563
1564
site("https://netty.io")
1565
+ javadoc(version -> "https://netty.io/%s.%s/api".formatted(version.major(), version.minor()), "io.netty")
1566
1567
1568
library("OkHttp", "4.12.0") {
0 commit comments