GroupId | GroupIdorg.apache.struts |
---|---|
ArtifactId | ArtifactIdstruts2-archetype-dbportlet |
Version | Version2.3.14.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-archetype-dbportlet/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-dbportlet</artifactId>
<version>2.3.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-archetype-dbportlet/
implementation 'org.apache.struts:struts2-archetype-dbportlet:2.3.14.3'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-archetype-dbportlet/
implementation ("org.apache.struts:struts2-archetype-dbportlet:2.3.14.3")
'org.apache.struts:struts2-archetype-dbportlet:jar:2.3.14.3'
<dependency org="org.apache.struts" name="struts2-archetype-dbportlet" rev="2.3.14.3">
<artifact name="struts2-archetype-dbportlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-archetype-dbportlet', version='2.3.14.3')
)
libraryDependencies += "org.apache.struts" % "struts2-archetype-dbportlet" % "2.3.14.3"
[org.apache.struts/struts2-archetype-dbportlet "2.3.14.3"]