is not current version
Last Version 0.1.2

com.vodori:schema-forms 0.1.1

A library for converting prismatic schemas into json-schemas for building form fields.

Categories

Categories

ORM Data
GroupId

GroupId

com.vodori
ArtifactId

ArtifactId

schema-forms
Version

Version

0.1.1
Type

Type

jar

Download schema-forms 0.1.1


<!-- https://jarcasting.com/artifacts/com.vodori/schema-forms/ -->
<dependency>
    <groupId>com.vodori</groupId>
    <artifactId>schema-forms</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vodori/schema-forms/
implementation 'com.vodori:schema-forms:0.1.1'
// https://jarcasting.com/artifacts/com.vodori/schema-forms/
implementation ("com.vodori:schema-forms:0.1.1")
'com.vodori:schema-forms:jar:0.1.1'
<dependency org="com.vodori" name="schema-forms" rev="0.1.1">
  <artifact name="schema-forms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vodori', module='schema-forms', version='0.1.1')
)
libraryDependencies += "com.vodori" % "schema-forms" % "0.1.1"
[com.vodori/schema-forms "0.1.1"]