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