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