License |
License |
---|---|
GroupId | GroupIdorg.jbundle.util.webapp |
ArtifactId | ArtifactIdorg-jbundle-util-webapp-site |
Last Version | Last Version0.9.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Servlet Collection
This project contains some frequently used java servlets.
|
Project Organization |
Project Organizationjbundle.org |
<!-- https://jarcasting.com/artifacts/org.jbundle.util.webapp/org-jbundle-util-webapp-site/ -->
<dependency>
<groupId>org.jbundle.util.webapp</groupId>
<artifactId>org-jbundle-util-webapp-site</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbundle.util.webapp/org-jbundle-util-webapp-site/
implementation 'org.jbundle.util.webapp:org-jbundle-util-webapp-site:0.9.1'
// https://jarcasting.com/artifacts/org.jbundle.util.webapp/org-jbundle-util-webapp-site/
implementation ("org.jbundle.util.webapp:org-jbundle-util-webapp-site:0.9.1")
'org.jbundle.util.webapp:org-jbundle-util-webapp-site:jar:0.9.1'
<dependency org="org.jbundle.util.webapp" name="org-jbundle-util-webapp-site" rev="0.9.1">
<artifact name="org-jbundle-util-webapp-site" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbundle.util.webapp', module='org-jbundle-util-webapp-site', version='0.9.1')
)
libraryDependencies += "org.jbundle.util.webapp" % "org-jbundle-util-webapp-site" % "0.9.1"
[org.jbundle.util.webapp/org-jbundle-util-webapp-site "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |