License |
License
Public Domain
|
---|---|
GroupId | GroupIdorg.freedesktop.tango |
ArtifactId | ArtifactIdtango-icon-theme |
Last Version | Last Version0.8.90 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfreedesktop.org Tango icon theme
A sample implementation of the freedesktop.org icon naming specification following the Tango style guidelines.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
tango-icon-theme-0.8.90.pom | |
tango-icon-theme-0.8.90.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.freedesktop.tango/tango-icon-theme/ -->
<dependency>
<groupId>org.freedesktop.tango</groupId>
<artifactId>tango-icon-theme</artifactId>
<version>0.8.90</version>
</dependency>
// https://jarcasting.com/artifacts/org.freedesktop.tango/tango-icon-theme/
implementation 'org.freedesktop.tango:tango-icon-theme:0.8.90'
// https://jarcasting.com/artifacts/org.freedesktop.tango/tango-icon-theme/
implementation ("org.freedesktop.tango:tango-icon-theme:0.8.90")
'org.freedesktop.tango:tango-icon-theme:jar:0.8.90'
<dependency org="org.freedesktop.tango" name="tango-icon-theme" rev="0.8.90">
<artifact name="tango-icon-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.freedesktop.tango', module='tango-icon-theme', version='0.8.90')
)
libraryDependencies += "org.freedesktop.tango" % "tango-icon-theme" % "0.8.90"
[org.freedesktop.tango/tango-icon-theme "0.8.90"]