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