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