<dependency>
<groupId>com.softwaremill.sttp.apispec</groupId>
<artifactId>asyncapi-circe-yaml_2.12</artifactId>
<version>0.2.1</version>
</dependency>
libraryDependencies += "com.softwaremill.sttp.apispec" % "asyncapi-circe-yaml_2.12" % "0.2.1"
@Grapes(
@Grab(group='com.softwaremill.sttp.apispec', module='asyncapi-circe-yaml_2.12', version='0.2.1')
)
<dependency org="com.softwaremill.sttp.apispec" name="asyncapi-circe-yaml_2.12" rev="0.2.1" />