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