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