License |
License |
---|---|
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeige-web |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionBeige WEB interface
Supply universal renderer based on standard JEE MVC servlet, JSP, JSTL.
It renders forms and lists of any entity according XML settings.
|
Project Organization |
Project OrganizationBeigesoft ™ |
Filename | Size |
---|---|
beige-web-1.1.3.pom | |
beige-web-1.1.3.war | 1 MB |
beige-web-1.1.3-src.tar.bz2 | 72 KB |
beige-web-1.1.3-sources.jar | 8 KB |
beige-web-1.1.3-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-web/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beige-web</artifactId>
<version>1.1.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-web/
implementation 'org.beigesoft:beige-web:1.1.3'
// https://jarcasting.com/artifacts/org.beigesoft/beige-web/
implementation ("org.beigesoft:beige-web:1.1.3")
'org.beigesoft:beige-web:war:1.1.3'
<dependency org="org.beigesoft" name="beige-web" rev="1.1.3">
<artifact name="beige-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-web', version='1.1.3')
)
libraryDependencies += "org.beigesoft" % "beige-web" % "1.1.3"
[org.beigesoft/beige-web "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beige-web-jar | jar | 1.1.3-SNAPSHOT |
org.apache.taglibs : taglibs-standard-spec | jar | 1.2.5 |
org.apache.taglibs : taglibs-standard-impl | jar | 1.2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |