GroupId | GroupIdcom.github.wywuzh |
---|---|
ArtifactId | ArtifactIdcommons-static-layui |
Version | Version2.4.8.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-static-layui/ -->
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-static-layui</artifactId>
<version>2.4.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-static-layui/
implementation 'com.github.wywuzh:commons-static-layui:2.4.8.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-static-layui/
implementation ("com.github.wywuzh:commons-static-layui:2.4.8.RELEASE")
'com.github.wywuzh:commons-static-layui:jar:2.4.8.RELEASE'
<dependency org="com.github.wywuzh" name="commons-static-layui" rev="2.4.8.RELEASE">
<artifact name="commons-static-layui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-static-layui', version='2.4.8.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-static-layui" % "2.4.8.RELEASE"
[com.github.wywuzh/commons-static-layui "2.4.8.RELEASE"]