License |
License |
---|---|
Categories |
CategoriesScala Languages JSON Data |
GroupId | GroupIdcom.github.andyglow |
ArtifactId | ArtifactIdscala-jsonschema-api_2.13 |
Version | Version0.2.3 |
Type | Typejar |
Description |
Descriptionscala-jsonschema-api
scala-jsonschema-api
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.andyglow/scala-jsonschema-api_2.13/ -->
<dependency>
<groupId>com.github.andyglow</groupId>
<artifactId>scala-jsonschema-api_2.13</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andyglow/scala-jsonschema-api_2.13/
implementation 'com.github.andyglow:scala-jsonschema-api_2.13:0.2.3'
// https://jarcasting.com/artifacts/com.github.andyglow/scala-jsonschema-api_2.13/
implementation ("com.github.andyglow:scala-jsonschema-api_2.13:0.2.3")
'com.github.andyglow:scala-jsonschema-api_2.13:jar:0.2.3'
<dependency org="com.github.andyglow" name="scala-jsonschema-api_2.13" rev="0.2.3">
<artifact name="scala-jsonschema-api_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andyglow', module='scala-jsonschema-api_2.13', version='0.2.3')
)
libraryDependencies += "com.github.andyglow" % "scala-jsonschema-api_2.13" % "0.2.3"
[com.github.andyglow/scala-jsonschema-api_2.13 "0.2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.1 |
com.github.andyglow : scala-jsonschema-core_2.13 | jar | 0.2.3 |
com.github.andyglow : scala-jsonschema-macros_2.13 | jar | 0.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.0.8 |