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