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