Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.imifou |
ArtifactId | ArtifactIdjsonschema-module-addon |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.imifou/jsonschema-module-addon/ -->
<dependency>
<groupId>com.github.imifou</groupId>
<artifactId>jsonschema-module-addon</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imifou/jsonschema-module-addon/
implementation 'com.github.imifou:jsonschema-module-addon:1.0.0'
// https://jarcasting.com/artifacts/com.github.imifou/jsonschema-module-addon/
implementation ("com.github.imifou:jsonschema-module-addon:1.0.0")
'com.github.imifou:jsonschema-module-addon:jar:1.0.0'
<dependency org="com.github.imifou" name="jsonschema-module-addon" rev="1.0.0">
<artifact name="jsonschema-module-addon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imifou', module='jsonschema-module-addon', version='1.0.0')
)
libraryDependencies += "com.github.imifou" % "jsonschema-module-addon" % "1.0.0"
[com.github.imifou/jsonschema-module-addon "1.0.0"]