GroupId | GroupIdorg.icefaces.ace-themes |
---|---|
ArtifactId | ArtifactIdace-black-tie |
Version | Version4.2.0 |
Type | Typejar |
Filename | Size |
---|---|
ace-black-tie-4.2.0.pom | |
ace-black-tie-4.2.0.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.icefaces.ace-themes/ace-black-tie/ -->
<dependency>
<groupId>org.icefaces.ace-themes</groupId>
<artifactId>ace-black-tie</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.icefaces.ace-themes/ace-black-tie/
implementation 'org.icefaces.ace-themes:ace-black-tie:4.2.0'
// https://jarcasting.com/artifacts/org.icefaces.ace-themes/ace-black-tie/
implementation ("org.icefaces.ace-themes:ace-black-tie:4.2.0")
'org.icefaces.ace-themes:ace-black-tie:jar:4.2.0'
<dependency org="org.icefaces.ace-themes" name="ace-black-tie" rev="4.2.0">
<artifact name="ace-black-tie" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.icefaces.ace-themes', module='ace-black-tie', version='4.2.0')
)
libraryDependencies += "org.icefaces.ace-themes" % "ace-black-tie" % "4.2.0"
[org.icefaces.ace-themes/ace-black-tie "4.2.0"]