GroupId | GroupIdorg.webframe |
---|---|
ArtifactId | ArtifactIdwf-struts |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
wf-struts-1.1.4.pom | |
wf-struts-1.1.4.jar | 17 KB |
wf-struts-1.1.4-sources.jar | 13 KB |
wf-struts-1.1.4-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webframe/wf-struts/ -->
<dependency>
<groupId>org.webframe</groupId>
<artifactId>wf-struts</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webframe/wf-struts/
implementation 'org.webframe:wf-struts:1.1.4'
// https://jarcasting.com/artifacts/org.webframe/wf-struts/
implementation ("org.webframe:wf-struts:1.1.4")
'org.webframe:wf-struts:jar:1.1.4'
<dependency org="org.webframe" name="wf-struts" rev="1.1.4">
<artifact name="wf-struts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webframe', module='wf-struts', version='1.1.4')
)
libraryDependencies += "org.webframe" % "wf-struts" % "1.1.4"
[org.webframe/wf-struts "1.1.4"]