FormTree

Tools for converting complex HTML form data into object graphs and collections.

License

License

MIT
Categories

Categories

ORM Data
GroupId

GroupId

ca.grimoire
ArtifactId

ArtifactId

formtree
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

FormTree
Tools for converting complex HTML form data into object graphs and collections.
Project Organization

Project Organization

Grimoire Alchymia

Download formtree

How to add to project

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

Dependencies

provided (2)

Group / Artifact Type Version
javax.servlet : servlet-api Optional jar 2.5
javax.ws.rs : jsr311-api Optional jar 1.1.1

test (2)

Group / Artifact Type Version
junit : junit-dep jar 4.5
org.mockito : mockito-core jar 1.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0