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