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