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