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