{"id":13777453,"url":"https://github.com/kordamp/ikonli","last_synced_at":"2025-05-16T08:03:18.923Z","repository":{"id":41328900,"uuid":"49275911","full_name":"kordamp/ikonli","owner":"kordamp","description":"Icon packs for Java applications","archived":false,"fork":false,"pushed_at":"2025-04-17T16:50:22.000Z","size":71455,"stargazers_count":528,"open_issues_count":18,"forks_count":53,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-18T07:03:19.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://kordamp.org/ikonli/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kordamp.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"aalmiray","github":"aalmiray","tidelift":"maven/org.kordamp.ikonli:ikonli-core"}},"created_at":"2016-01-08T14:17:09.000Z","updated_at":"2025-04-17T16:42:56.000Z","dependencies_parsed_at":"2024-06-19T03:07:48.217Z","dependency_job_id":null,"html_url":"https://github.com/kordamp/ikonli","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kordamp%2Fikonli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kordamp%2Fikonli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kordamp%2Fikonli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kordamp%2Fikonli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kordamp","download_url":"https://codeload.github.com/kordamp/ikonli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493381,"owners_count":22080126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:00:43.570Z","updated_at":"2025-05-16T08:03:18.892Z","avatar_url":"https://github.com/kordamp.png","language":"Java","funding_links":["https://patreon.com/aalmiray","https://github.com/sponsors/aalmiray","https://tidelift.com/funding/github/maven/org.kordamp.ikonli:ikonli-core"],"categories":["Community","Libraries, Tools and Projects"],"sub_categories":["Libraries"],"readme":"= Ikonli\n:linkattrs:\n:project-owner:   kordamp\n:project-repo:    maven\n:project-name:    ikonli\n:project-group:   org.kordamp.ikonli\n:project-version: 12.4.0\n\nimage:https://img.shields.io/github/actions/workflow/status/{project-owner}/{project-name}/early-access.yml?branch=master\u0026logo=github\u0026label=Build[\"Build Status\", link=\"https://github.com/{project-owner}/{project-name}/actions\"]\nimage:https://img.shields.io/maven-central/v/{project-group}/{project-name}-core.svg?label=maven[link=\"https://search.maven.org/#search|ga|1|{project-group}\"]\nimage:https://img.shields.io/badge/Find_me_on-JFXCentral-blue?logo=googlechrome\u0026logoColor=white[\"JFXCentral\", link=\"https://www.jfx-central.com/libraries/{project-name}\"]\n\n---\n\nIkonli provides icon packs that can be used in Java applications. Currently Swing and JavaFX UI toolkits are supported.\n\n== Installing\n\nYou can get the latest version of **Ikonli** directly from link:https://search.maven.org/#search|ga|1|{project-group}[Maven Central].\n\nRefer to the link:http://{project-owner}.github.io/ikonli/[guide, window=\"_blank\"] for further information on configuration\nand usage.\n\n== Building\n\nYou must meet the following requirements:\n\n * JDK11 as a minimum\n * Gradle 6.4+\n\nYou may use the included gradle wrapper script if you don't have `gradle` installed.\n\nAdapt these instructions to Windows settings if running on Windows.\n\n=== Installing Gradle\n\n.Manual\n\n . Download Gradle from http://gradle.org/downloads\n . Unzip the file into a directory without spaces (recommended).\n . Create a GRADLE_HOME environment variable that points to this directory.\n . Adjust your PATH environment variable to include $GRADLE_HOME/bin (%GRADLE_HOME%\\bin on Windows).\n . Test your setup by invoking `gradle --version`.\n\n.SDKMAN\n\n . Follow the instructions found at http://sdkman.io/ to install SDKMAN.\n . You need a POSIX environment if running Windows. We recommend using Babun Shell (http://babun.github.io/)\n . Once SDKMAN is installed invoke `sdk install gradle 6.9.2`.\n . Test your setup by invoking `gradle --version`.\n\n.Gum\n\nGum is a wrapper script that facilitates invoking gradle tasks anywhere within a Gradle project. It's smart enough\nto use the gradle wrapper if available or your global gradle command. This is an optional download.\n\n . Follow the instructions found at https://github.com/kordamp/gm to install gum\n\n=== Next Steps\n\nMake a full build issuing `gm build`.\n\nRun the sampler JavaFX application by invoking the following command\n[source]\n----\n$ gm :sampler-javafx:run\n----\n\nRun the sampler Swing application by invoking the following command\n[source]\n----\n$ gm :sampler-swing:run\n----\n\nRun the Ikonli Browser application  by invoking the following command\n[source]\n----\n$ gm :ikonli-browser:run\n----\n\n=== Publishing your own SNAPSHOT\n\nYou can publish a local snapshot release by issuing this command\n\n[source]\n----\n$ gm install\n----\n\nIf you don't Gum installed then issue this command\n\n[source]\n----\n$ ./gradlew publishToMavenLocal\n----\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkordamp%2Fikonli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkordamp%2Fikonli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkordamp%2Fikonli/lists"}