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