<dependency>
<groupId>com.softwaremill.sttp.apispec</groupId>
<artifactId>openapi-circe_native0.4_3</artifactId>
<version>0.11.4</version>
</dependency>
libraryDependencies += "com.softwaremill.sttp.apispec" % "openapi-circe_native0.4_3" % "0.11.4"
@Grapes(
@Grab(group='com.softwaremill.sttp.apispec', module='openapi-circe_native0.4_3', version='0.11.4')
)
<dependency org="com.softwaremill.sttp.apispec" name="openapi-circe_native0.4_3" rev="0.11.4" />
compile
|-- com.softwaremill.sttp.apispec:openapi-model_native0.4_3:0.11.4
|-- com.softwaremill.sttp.apispec:jsonschema-circe_native0.4_3:0.11.4
|-- org.scala-lang:scala3-library_3:3.3.3
|-- org.scala-native:scala3lib_native0.4_3:0.4.17
test
|-- com.softwaremill.sttp.apispec:circe-testutils_native0.4_3:0.11.4