| License | License | 
|---|---|
| GroupId | GroupIdcom.github.adminfaces | 
| ArtifactId | ArtifactIdadmin-theme | 
| Last Version | Last Version1.6.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionadmin-theme A PrimeFaces theme based on Bootstrap and AdminLTE. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| admin-theme-1.6.0.pom | |
| admin-theme-1.6.0.jar | 991 KB | 
| admin-theme-1.6.0-without-jsf.jar | 991 KB | 
| admin-theme-1.6.0-without-jsf-dev.jar | 999 KB | 
| admin-theme-1.6.0-without-bootstrap.jar | 973 KB | 
| admin-theme-1.6.0-without-bootstrap-dev.jar | 979 KB | 
| admin-theme-1.6.0-no-fonts.jar | 244 KB | 
| admin-theme-1.6.0-no-fonts-dev.jar | 251 KB | 
| admin-theme-1.6.0-no-cache.jar | 992 KB | 
| admin-theme-1.6.0-no-cache-no-fonts.jar | 244 KB | 
| admin-theme-1.6.0-no-cache-dev.jar | 999 KB | 
| admin-theme-1.6.0-dev.jar | 999 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/ -->
<dependency>
    <groupId>com.github.adminfaces</groupId>
    <artifactId>admin-theme</artifactId>
    <version>1.6.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/
implementation 'com.github.adminfaces:admin-theme:1.6.0'// https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/
implementation ("com.github.adminfaces:admin-theme:1.6.0")'com.github.adminfaces:admin-theme:jar:1.6.0'<dependency org="com.github.adminfaces" name="admin-theme" rev="1.6.0">
  <artifact name="admin-theme" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.adminfaces', module='admin-theme', version='1.6.0')
)libraryDependencies += "com.github.adminfaces" % "admin-theme" % "1.6.0"[com.github.adminfaces/admin-theme "1.6.0"]