GroupId | GroupIdcom.github.adminfaces |
---|---|
ArtifactId | ArtifactIdadmin-theme |
Version | Version1.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/ -->
<dependency>
<groupId>com.github.adminfaces</groupId>
<artifactId>admin-theme</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/
implementation 'com.github.adminfaces:admin-theme:1.4.1'
// https://jarcasting.com/artifacts/com.github.adminfaces/admin-theme/
implementation ("com.github.adminfaces:admin-theme:1.4.1")
'com.github.adminfaces:admin-theme:jar:1.4.1'
<dependency org="com.github.adminfaces" name="admin-theme" rev="1.4.1">
<artifact name="admin-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adminfaces', module='admin-theme', version='1.4.1')
)
libraryDependencies += "com.github.adminfaces" % "admin-theme" % "1.4.1"
[com.github.adminfaces/admin-theme "1.4.1"]