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