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