<dependency> <groupId>org.endpoints4s</groupId> <artifactId>openapi_3</artifactId> <version>4.4.0</version> </dependency>
implementation 'org.endpoints4s:openapi_3:4.4.0'
implementation("org.endpoints4s:openapi_3:4.4.0")
libraryDependencies += "org.endpoints4s" % "openapi_3" % "4.4.0"
@Grapes( @Grab(group='org.endpoints4s', module='openapi_3', version='4.4.0') )
<dependency org="org.endpoints4s" name="openapi_3" rev="4.4.0" />
[org.endpoints4s/openapi_3 "4.4.0"]
'org.endpoints4s:openapi_3:jar:4.4.0'
compile
|-- org.endpoints4s:algebra_3:1.10.0
|-- org.endpoints4s:algebra-json-schema_3:1.10.0
|-- org.scala-lang:scala3-library_3:3.1.3
|-- com.lihaoyi:ujson_3:1.4.0
test
|-- org.endpoints4s:algebra-testkit_3:0.1.0
|-- org.endpoints4s:algebra-json-schema-testkit_3:2.1.0
|-- org.endpoints4s:json-schema-generic_3:1.10.0