Files download
File Operation
jsonschema-circe_native0.4_2.12-0.5.1.jar download
jsonschema-circe_native0.4_2.12-0.5.1.pom download
jsonschema-circe_native0.4_2.12-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.softwaremill.sttp.apispec</groupId>
  <artifactId>jsonschema-circe_native0.4_2.12</artifactId>
  <version>0.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.softwaremill.sttp.apispec:jsonschema-circe_native0.4_2.12:0.5.1'
Gradle Kotlin
implementation("com.softwaremill.sttp.apispec:jsonschema-circe_native0.4_2.12:0.5.1")
Scala SBT
libraryDependencies += "com.softwaremill.sttp.apispec" % "jsonschema-circe_native0.4_2.12" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.softwaremill.sttp.apispec', module='jsonschema-circe_native0.4_2.12', version='0.5.1')
)
Apache Ivy
<dependency org="com.softwaremill.sttp.apispec" name="jsonschema-circe_native0.4_2.12" rev="0.5.1" />
Leiningen
[com.softwaremill.sttp.apispec/jsonschema-circe_native0.4_2.12 "0.5.1"]
Apache Buildr
'com.softwaremill.sttp.apispec:jsonschema-circe_native0.4_2.12:jar:0.5.1'