| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.ow2.clif |
| ArtifactId | ArtifactIdicons-eclipse |
| Last Version | Last Version3.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCLIF eclipse icons
icon set for CLIF distributions based on Eclipse.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| icons-eclipse-3.0.3.pom | |
| icons-eclipse-3.0.3.jar | 27 KB |
| icons-eclipse-3.0.3-sources.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.clif/icons-eclipse/ -->
<dependency>
<groupId>org.ow2.clif</groupId>
<artifactId>icons-eclipse</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.clif/icons-eclipse/
implementation 'org.ow2.clif:icons-eclipse:3.0.3'
// https://jarcasting.com/artifacts/org.ow2.clif/icons-eclipse/
implementation ("org.ow2.clif:icons-eclipse:3.0.3")
'org.ow2.clif:icons-eclipse:jar:3.0.3'
<dependency org="org.ow2.clif" name="icons-eclipse" rev="3.0.3">
<artifact name="icons-eclipse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.clif', module='icons-eclipse', version='3.0.3')
)
libraryDependencies += "org.ow2.clif" % "icons-eclipse" % "3.0.3"
[org.ow2.clif/icons-eclipse "3.0.3"]