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