Categories |
CategoriesJSON Data ORM |
---|---|
GroupId | GroupIdorg.kitchen-eel |
ArtifactId | ArtifactIdjson-schema-formats |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
json-schema-formats-1.0.0.pom | |
json-schema-formats-1.0.0.jar | 15 KB |
json-schema-formats-1.0.0-sources.jar | 12 KB |
json-schema-formats-1.0.0-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kitchen-eel/json-schema-formats/ -->
<dependency>
<groupId>org.kitchen-eel</groupId>
<artifactId>json-schema-formats</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kitchen-eel/json-schema-formats/
implementation 'org.kitchen-eel:json-schema-formats:1.0.0'
// https://jarcasting.com/artifacts/org.kitchen-eel/json-schema-formats/
implementation ("org.kitchen-eel:json-schema-formats:1.0.0")
'org.kitchen-eel:json-schema-formats:jar:1.0.0'
<dependency org="org.kitchen-eel" name="json-schema-formats" rev="1.0.0">
<artifact name="json-schema-formats" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kitchen-eel', module='json-schema-formats', version='1.0.0')
)
libraryDependencies += "org.kitchen-eel" % "json-schema-formats" % "1.0.0"
[org.kitchen-eel/json-schema-formats "1.0.0"]