GroupId | GroupIdcom.github.adminfaces |
---|---|
ArtifactId | ArtifactIdadmin-theme |
Version | Version0.1.8 |
Type | Typejar |
Filename | Size |
---|---|
admin-theme-0.1.8.pom | |
admin-theme-0.1.8.jar | 1 MB |
admin-theme-0.1.8-sources.jar | 1 MB |
admin-theme-0.1.8-no-cache.jar | 992 KB |
admin-theme-0.1.8-dev.jar | 992 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/ -->
<dependency>
<groupId>com.github.adminfaces</groupId>
<artifactId>admin-theme</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/
implementation 'com.github.adminfaces:admin-theme:0.1.8'
// https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/
implementation ("com.github.adminfaces:admin-theme:0.1.8")
'com.github.adminfaces:admin-theme:jar:0.1.8'
<dependency org="com.github.adminfaces" name="admin-theme" rev="0.1.8">
<artifact name="admin-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adminfaces', module='admin-theme', version='0.1.8')
)
libraryDependencies += "com.github.adminfaces" % "admin-theme" % "0.1.8"
[com.github.adminfaces/admin-theme "0.1.8"]