GroupId | GroupIdorg.appfuse |
---|---|
ArtifactId | ArtifactIdappfuse-basic-struts |
Version | Version2.0-m4 |
Type | Typejar |
Filename | Size |
---|---|
appfuse-basic-struts-2.0-m4.pom | |
appfuse-basic-struts-2.0-m4.jar | 63 KB |
appfuse-basic-struts-2.0-m4-sources.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-basic-struts/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-basic-struts</artifactId>
<version>2.0-m4</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-basic-struts/
implementation 'org.appfuse:appfuse-basic-struts:2.0-m4'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-basic-struts/
implementation ("org.appfuse:appfuse-basic-struts:2.0-m4")
'org.appfuse:appfuse-basic-struts:jar:2.0-m4'
<dependency org="org.appfuse" name="appfuse-basic-struts" rev="2.0-m4">
<artifact name="appfuse-basic-struts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-basic-struts', version='2.0-m4')
)
libraryDependencies += "org.appfuse" % "appfuse-basic-struts" % "2.0-m4"
[org.appfuse/appfuse-basic-struts "2.0-m4"]