License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.googlecode.wicked-forms |
ArtifactId | ArtifactIdwicked-forms-model |
Last Version | Last Version1.0.0.BETA |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicked Forms Model
Library to describe a form in Java code.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.googlecode.wicked-forms/wicked-forms-model/ -->
<dependency>
<groupId>com.googlecode.wicked-forms</groupId>
<artifactId>wicked-forms-model</artifactId>
<version>1.0.0.BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.wicked-forms/wicked-forms-model/
implementation 'com.googlecode.wicked-forms:wicked-forms-model:1.0.0.BETA'
// https://jarcasting.com/artifacts/com.googlecode.wicked-forms/wicked-forms-model/
implementation ("com.googlecode.wicked-forms:wicked-forms-model:1.0.0.BETA")
'com.googlecode.wicked-forms:wicked-forms-model:jar:1.0.0.BETA'
<dependency org="com.googlecode.wicked-forms" name="wicked-forms-model" rev="1.0.0.BETA">
<artifact name="wicked-forms-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.wicked-forms', module='wicked-forms-model', version='1.0.0.BETA')
)
libraryDependencies += "com.googlecode.wicked-forms" % "wicked-forms-model" % "1.0.0.BETA"
[com.googlecode.wicked-forms/wicked-forms-model "1.0.0.BETA"]
Group / Artifact | Type | Version |
---|---|---|
commons-beanutils : commons-beanutils | jar | 1.8.3 |
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |