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