GroupId | GroupIdorg.webframe |
---|---|
ArtifactId | ArtifactIdwf-struts |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
wf-struts-1.1.2.pom | |
wf-struts-1.1.2.jar | 17 KB |
wf-struts-1.1.2-sources.jar | 13 KB |
wf-struts-1.1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webframe/wf-struts/
implementation 'org.webframe:wf-struts:1.1.2'
// https://jarcasting.com/artifacts/org.webframe/wf-struts/
implementation ("org.webframe:wf-struts:1.1.2")
'org.webframe:wf-struts:jar:1.1.2'
<dependency org="org.webframe" name="wf-struts" rev="1.1.2">
<artifact name="wf-struts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webframe', module='wf-struts', version='1.1.2')
)
libraryDependencies += "org.webframe" % "wf-struts" % "1.1.2"
[org.webframe/wf-struts "1.1.2"]