is not current version
Last Version 1.2.1

org.webframe:wf-test 1.1.1

Java Web Frame: wf-test

GroupId

GroupId

org.webframe
ArtifactId

ArtifactId

wf-test
Version

Version

1.1.1
Type

Type

jar

Download wf-test 1.1.1


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