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