is not current version
Last Version 1.2.1

org.webframe:wf-core 1.1.7

Java Web Frame: wf-core

GroupId

GroupId

org.webframe
ArtifactId

ArtifactId

wf-core
Version

Version

1.1.7
Type

Type

jar

Download wf-core 1.1.7


<!-- https://jarcasting.com/artifacts/org.webframe/wf-core/ -->
<dependency>
    <groupId>org.webframe</groupId>
    <artifactId>wf-core</artifactId>
    <version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webframe/wf-core/
implementation 'org.webframe:wf-core:1.1.7'
// https://jarcasting.com/artifacts/org.webframe/wf-core/
implementation ("org.webframe:wf-core:1.1.7")
'org.webframe:wf-core:jar:1.1.7'
<dependency org="org.webframe" name="wf-core" rev="1.1.7">
  <artifact name="wf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webframe', module='wf-core', version='1.1.7')
)
libraryDependencies += "org.webframe" % "wf-core" % "1.1.7"
[org.webframe/wf-core "1.1.7"]