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