文件下载
文件名 操作
scala-jsonschema_2.12-0.7.1.jar 下载
scala-jsonschema_2.12-0.7.1.pom 下载
scala-jsonschema_2.12-0.7.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.andyglow</groupId>
  <artifactId>scala-jsonschema_2.12</artifactId>
  <version>0.7.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.andyglow:scala-jsonschema_2.12:0.7.1'
Gradle Kotlin
implementation("com.github.andyglow:scala-jsonschema_2.12:0.7.1")
Scala SBT
libraryDependencies += "com.github.andyglow" % "scala-jsonschema_2.12" % "0.7.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.andyglow', module='scala-jsonschema_2.12', version='0.7.1')
)
Apache Ivy
<dependency org="com.github.andyglow" name="scala-jsonschema_2.12" rev="0.7.1" />
Leiningen
[com.github.andyglow/scala-jsonschema_2.12 "0.7.1"]
Apache Buildr
'com.github.andyglow:scala-jsonschema_2.12:jar:0.7.1'