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