| License |
License |
|---|---|
| GroupId | GroupIdorg.webframe |
| ArtifactId | ArtifactIdwf-core |
| Last Version | Last Version1.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwf-core
Java Web Frame: wf-core
|
| Filename | Size |
|---|---|
| wf-core-1.2.1.pom | |
| wf-core-1.2.1.jar | 73 KB |
| wf-core-1.2.1-tests.jar | 45 KB |
| wf-core-1.2.1-sources.jar | 57 KB |
| wf-core-1.2.1-javadoc.jar | 346 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webframe/wf-core/ -->
<dependency>
<groupId>org.webframe</groupId>
<artifactId>wf-core</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webframe/wf-core/
implementation 'org.webframe:wf-core:1.2.1'
// https://jarcasting.com/artifacts/org.webframe/wf-core/
implementation ("org.webframe:wf-core:1.2.1")
'org.webframe:wf-core:jar:1.2.1'
<dependency org="org.webframe" name="wf-core" rev="1.2.1">
<artifact name="wf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webframe', module='wf-core', version='1.2.1')
)
libraryDependencies += "org.webframe" % "wf-core" % "1.2.1"
[org.webframe/wf-core "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.webframe : wf-test | jar | 1.2.1 |