| GroupId | GroupIdorg.appfuse |
|---|---|
| ArtifactId | ArtifactIdappfuse-struts |
| Version | Version2.0.1 |
| Type | Typewar |
| Filename | Size |
|---|---|
| appfuse-struts-2.0.1.pom | |
| appfuse-struts-2.0.1.war | 357 KB |
| appfuse-struts-2.0.1-sources.jar | 20 KB |
| appfuse-struts-2.0.1-javadoc.jar | 92 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-struts/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-struts</artifactId>
<version>2.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-struts/
implementation 'org.appfuse:appfuse-struts:2.0.1'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-struts/
implementation ("org.appfuse:appfuse-struts:2.0.1")
'org.appfuse:appfuse-struts:war:2.0.1'
<dependency org="org.appfuse" name="appfuse-struts" rev="2.0.1">
<artifact name="appfuse-struts" type="war" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-struts', version='2.0.1')
)
libraryDependencies += "org.appfuse" % "appfuse-struts" % "2.0.1"
[org.appfuse/appfuse-struts "2.0.1"]