Categories |
CategoriesScala Languages JSON Data |
---|---|
GroupId | GroupIdcom.github.andyglow |
ArtifactId | ArtifactIdscala-jsonschema-cats_2.11 |
Version | Version0.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.andyglow/scala-jsonschema-cats_2.11/ -->
<dependency>
<groupId>com.github.andyglow</groupId>
<artifactId>scala-jsonschema-cats_2.11</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andyglow/scala-jsonschema-cats_2.11/
implementation 'com.github.andyglow:scala-jsonschema-cats_2.11:0.5.0'
// https://jarcasting.com/artifacts/com.github.andyglow/scala-jsonschema-cats_2.11/
implementation ("com.github.andyglow:scala-jsonschema-cats_2.11:0.5.0")
'com.github.andyglow:scala-jsonschema-cats_2.11:jar:0.5.0'
<dependency org="com.github.andyglow" name="scala-jsonschema-cats_2.11" rev="0.5.0">
<artifact name="scala-jsonschema-cats_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andyglow', module='scala-jsonschema-cats_2.11', version='0.5.0')
)
libraryDependencies += "com.github.andyglow" % "scala-jsonschema-cats_2.11" % "0.5.0"
[com.github.andyglow/scala-jsonschema-cats_2.11 "0.5.0"]