is not current version
Last Version 1.1

org.beigesoft:beige-accweb 1.0

This is WEB interface based on standard JEE MVC servlet, JSP, JSTL, beige-web.

GroupId

GroupId

org.beigesoft
ArtifactId

ArtifactId

beige-accweb
Version

Version

1.0
Type

Type

war

Download beige-accweb 1.0


<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-accweb/ -->
<dependency>
    <groupId>org.beigesoft</groupId>
    <artifactId>beige-accweb</artifactId>
    <version>1.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-accweb/
implementation 'org.beigesoft:beige-accweb:1.0'
// https://jarcasting.com/artifacts/org.beigesoft/beige-accweb/
implementation ("org.beigesoft:beige-accweb:1.0")
'org.beigesoft:beige-accweb:war:1.0'
<dependency org="org.beigesoft" name="beige-accweb" rev="1.0">
  <artifact name="beige-accweb" type="war" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-accweb', version='1.0')
)
libraryDependencies += "org.beigesoft" % "beige-accweb" % "1.0"
[org.beigesoft/beige-accweb "1.0"]