License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdes.uib |
ArtifactId | ArtifactIdwebleaf |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebLEAF (Light wEb Application Framework)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
webleaf-3.0.pom | |
webleaf-3.0.jar | 385 KB |
Browse |
<!-- https://jarcasting.com/artifacts/es.uib/webleaf/ -->
<dependency>
<groupId>es.uib</groupId>
<artifactId>webleaf</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/es.uib/webleaf/
implementation 'es.uib:webleaf:3.0'
// https://jarcasting.com/artifacts/es.uib/webleaf/
implementation ("es.uib:webleaf:3.0")
'es.uib:webleaf:jar:3.0'
<dependency org="es.uib" name="webleaf" rev="3.0">
<artifact name="webleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.uib', module='webleaf', version='3.0')
)
libraryDependencies += "es.uib" % "webleaf" % "3.0"
[es.uib/webleaf "3.0"]