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