| License |
License
MIT
|
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdlayui |
| Last Version | Last Version2.6.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlayui
WebJar for layui
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| layui-2.6.8.pom | |
| layui-2.6.8.jar | 60 KB |
| layui-2.6.8-sources.jar | 22 bytes |
| layui-2.6.8-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/layui/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>layui</artifactId>
<version>2.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/layui/
implementation 'org.webjars.npm:layui:2.6.8'
// https://jarcasting.com/artifacts/org.webjars.npm/layui/
implementation ("org.webjars.npm:layui:2.6.8")
'org.webjars.npm:layui:jar:2.6.8'
<dependency org="org.webjars.npm" name="layui" rev="2.6.8">
<artifact name="layui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='layui', version='2.6.8')
)
libraryDependencies += "org.webjars.npm" % "layui" % "2.6.8"
[org.webjars.npm/layui "2.6.8"]