GroupId | GroupIdcom.github.adminfaces |
---|---|
ArtifactId | ArtifactIdadmin-theme |
Version | Version0.1.7 |
Type | Typejar |
Filename | Size |
---|---|
admin-theme-0.1.7.pom | |
admin-theme-0.1.7.jar | 991 KB |
admin-theme-0.1.7-sources.jar | 991 KB |
admin-theme-0.1.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/
implementation 'com.github.adminfaces:admin-theme:0.1.7'
// https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/
implementation ("com.github.adminfaces:admin-theme:0.1.7")
'com.github.adminfaces:admin-theme:jar:0.1.7'
<dependency org="com.github.adminfaces" name="admin-theme" rev="0.1.7">
<artifact name="admin-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adminfaces', module='admin-theme', version='0.1.7')
)
libraryDependencies += "com.github.adminfaces" % "admin-theme" % "0.1.7"
[com.github.adminfaces/admin-theme "0.1.7"]