License |
License |
---|---|
GroupId | GroupIdcom.github.adminfaces |
ArtifactId | ArtifactIdadmin-theme |
Version | Version1.5.1 |
Type | Typejar |
Description |
Descriptionadmin-theme
A PrimeFaces theme based on Bootstrap and AdminLTE.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/ -->
<dependency>
<groupId>com.github.adminfaces</groupId>
<artifactId>admin-theme</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/
implementation 'com.github.adminfaces:admin-theme:1.5.1'
// https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/
implementation ("com.github.adminfaces:admin-theme:1.5.1")
'com.github.adminfaces:admin-theme:jar:1.5.1'
<dependency org="com.github.adminfaces" name="admin-theme" rev="1.5.1">
<artifact name="admin-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adminfaces', module='admin-theme', version='1.5.1')
)
libraryDependencies += "com.github.adminfaces" % "admin-theme" % "1.5.1"
[com.github.adminfaces/admin-theme "1.5.1"]