License |
License |
---|---|
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts2-plexus-plugin |
Version | Version2.5.30 |
Type | Typejar |
Description |
DescriptionStruts 2 Plexus Plugin
Apache Struts 2
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-plexus-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plexus-plugin</artifactId>
<version>2.5.30</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-plexus-plugin/
implementation 'org.apache.struts:struts2-plexus-plugin:2.5.30'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-plexus-plugin/
implementation ("org.apache.struts:struts2-plexus-plugin:2.5.30")
'org.apache.struts:struts2-plexus-plugin:jar:2.5.30'
<dependency org="org.apache.struts" name="struts2-plexus-plugin" rev="2.5.30">
<artifact name="struts2-plexus-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-plexus-plugin', version='2.5.30')
)
libraryDependencies += "org.apache.struts" % "struts2-plexus-plugin" % "2.5.30"
[org.apache.struts/struts2-plexus-plugin "2.5.30"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-container-default | jar | 1.0-alpha-10 |
org.apache.struts : struts2-core | jar | 2.5.30 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |