s

struts2-plexus-plugin

文件下载
文件名 操作
struts2-plexus-plugin-2.1.8.jar 下载
struts2-plexus-plugin-2.1.8.pom 下载
struts2-plexus-plugin-2.1.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts2-plexus-plugin</artifactId>
  <version>2.1.8</version>
</dependency>
Gradle Groovy
implementation 'org.apache.struts:struts2-plexus-plugin:2.1.8'
Gradle Kotlin
implementation("org.apache.struts:struts2-plexus-plugin:2.1.8")
Scala SBT
libraryDependencies += "org.apache.struts" % "struts2-plexus-plugin" % "2.1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.struts', module='struts2-plexus-plugin', version='2.1.8')
)
Apache Ivy
<dependency org="org.apache.struts" name="struts2-plexus-plugin" rev="2.1.8" />
Leiningen
[org.apache.struts/struts2-plexus-plugin "2.1.8"]
Apache Buildr
'org.apache.struts:struts2-plexus-plugin:jar:2.1.8'