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 335063b commit 373e34eCopy full SHA for 373e34e
platform/spring-boot-dependencies/build.gradle
@@ -1089,6 +1089,19 @@ bom {
1089
releaseNotes("https://github.com/skyscreamer/JSONassert/releases/tag/jsonassert-{version}")
1090
}
1091
1092
+ library("JSpecify", "1.0.0") {
1093
+ group("org.jspecify") {
1094
+ modules = [
1095
+ "jspecify"
1096
+ ]
1097
+ }
1098
+ links {
1099
+ site("https://jspecify.dev")
1100
+ docs("https://jspecify.dev/docs/user-guide")
1101
+ javadoc("https://jspecify.dev/docs/api", "org.jspecify")
1102
+ releaseNotes("https://github.com/jspecify/jspecify/releases/tag/v{version}")
1103
1104
1105
library("JTDS", "1.3.1") {
1106
group("net.sourceforge.jtds") {
1107
modules = [
0 commit comments