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 f527440 commit 4521d6cCopy full SHA for 4521d6c
gradle/libs.versions.toml
@@ -39,6 +39,7 @@ simple-xml = "org.simpleframework:simple-xml:2.7.1"
39
guava = "com.google.guava:guava:33.3.0-jre"
40
commons-text = "org.apache.commons:commons-text:1.12.0"
41
commonmark = "com.atlassian.commonmark:commonmark:0.17.0"
42
+uritemplate = "io.github.std-uritemplate:std-uritemplate:1.0.5"
43
44
checker = "org.checkerframework:checker:3.46.0"
45
jimfs = "com.google.jimfs:jimfs:1.3.0"
openapi-processor-core/build.gradle
@@ -69,6 +69,7 @@ dependencies {
69
implementation (platform(libs.jackson.bom))
70
implementation (libs.jackson.kotlin)
71
implementation (libs.jackson.yaml)
72
+ implementation (libs.uritemplate)
73
implementation (libs.commons.text)
74
implementation (libs.commonmark)
75
implementation (libs.format.java.google)
0 commit comments