is not current version
Last Version 1.3.7

org.jbundle.util.webapp:org.jbundle.util.webapp.website 0.9.1

This project provides a template for a simple web site. Just drop your html files into the root directory and voilà, you have a web site.

GroupId

GroupId

org.jbundle.util.webapp
ArtifactId

ArtifactId

org.jbundle.util.webapp.website
Version

Version

0.9.1
Type

Type

war

Download org.jbundle.util.webapp.website 0.9.1


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