License |
License |
---|---|
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts2-apps |
Version | Version6.0.0 |
Type | Typepom |
Description |
DescriptionStruts 2 Webapps
Apache Struts 2
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
struts2-apps-6.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-apps/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-apps</artifactId>
<version>6.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-apps/
implementation 'org.apache.struts:struts2-apps:6.0.0'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-apps/
implementation ("org.apache.struts:struts2-apps:6.0.0")
'org.apache.struts:struts2-apps:pom:6.0.0'
<dependency org="org.apache.struts" name="struts2-apps" rev="6.0.0">
<artifact name="struts2-apps" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-apps', version='6.0.0')
)
libraryDependencies += "org.apache.struts" % "struts2-apps" % "6.0.0"
[org.apache.struts/struts2-apps "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.struts : struts2-core | jar | 6.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 5.3.20 |