<dependency> <groupId>org.endpoints4s</groupId> <artifactId>openapi_2.13</artifactId> <version>4.3.0</version> </dependency>
implementation 'org.endpoints4s:openapi_2.13:4.3.0'
implementation("org.endpoints4s:openapi_2.13:4.3.0")
libraryDependencies += "org.endpoints4s" % "openapi_2.13" % "4.3.0"
@Grapes( @Grab(group='org.endpoints4s', module='openapi_2.13', version='4.3.0') )
<dependency org="org.endpoints4s" name="openapi_2.13" rev="4.3.0" />
[org.endpoints4s/openapi_2.13 "4.3.0"]
'org.endpoints4s:openapi_2.13:jar:4.3.0'
compile
|-- org.scala-lang:scala-library:2.13.10
|-- org.endpoints4s:algebra_2.13:1.9.0
|-- org.endpoints4s:algebra-json-schema_2.13:1.9.0
|-- com.lihaoyi:ujson_2.13:1.4.0
test
|-- org.endpoints4s:algebra-testkit_2.13:4.0.0
|-- org.endpoints4s:algebra-json-schema-testkit_2.13:2.0.0
|-- org.endpoints4s:json-schema-generic_2.13:1.9.0