<dependency> <groupId>org.endpoints4s</groupId> <artifactId>openapi_2.12</artifactId> <version>5.0.1</version> </dependency>
implementation 'org.endpoints4s:openapi_2.12:5.0.1'
implementation("org.endpoints4s:openapi_2.12:5.0.1")
libraryDependencies += "org.endpoints4s" % "openapi_2.12" % "5.0.1"
@Grapes( @Grab(group='org.endpoints4s', module='openapi_2.12', version='5.0.1') )
<dependency org="org.endpoints4s" name="openapi_2.12" rev="5.0.1" />
[org.endpoints4s/openapi_2.12 "5.0.1"]
'org.endpoints4s:openapi_2.12:jar:5.0.1'
compile
|-- org.scala-lang:scala-library:2.12.19
|-- org.endpoints4s:algebra_2.12:1.12.1
|-- org.endpoints4s:algebra-json-schema_2.12:1.12.1
|-- com.lihaoyi:ujson_2.12:3.3.1
test
|-- org.endpoints4s:algebra-testkit_2.12:7.0.1
|-- org.endpoints4s:algebra-json-schema-testkit_2.12:2.3.1
|-- org.endpoints4s:json-schema-generic_2.12:1.12.1