License |
License |
---|---|
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts2-archetype-dbportlet |
Last Version | Last Version2.5.22 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStruts 2 Archetypes - Database Portlet
Struts 2's Database Portlet Archetype, which can be deployed as a webapp or JSR168 portlet
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-archetype-dbportlet/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-dbportlet</artifactId>
<version>2.5.22</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-archetype-dbportlet/
implementation 'org.apache.struts:struts2-archetype-dbportlet:2.5.22'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-archetype-dbportlet/
implementation ("org.apache.struts:struts2-archetype-dbportlet:2.5.22")
'org.apache.struts:struts2-archetype-dbportlet:jar:2.5.22'
<dependency org="org.apache.struts" name="struts2-archetype-dbportlet" rev="2.5.22">
<artifact name="struts2-archetype-dbportlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-archetype-dbportlet', version='2.5.22')
)
libraryDependencies += "org.apache.struts" % "struts2-archetype-dbportlet" % "2.5.22"
[org.apache.struts/struts2-archetype-dbportlet "2.5.22"]