{"id":13777638,"url":"https://github.com/kordamp/jsilhouette","last_synced_at":"2025-05-01T22:30:47.867Z","repository":{"id":43719444,"uuid":"53218672","full_name":"kordamp/jsilhouette","owner":"kordamp","description":"JSilhouette provides additional shapes for Java applications","archived":false,"fork":false,"pushed_at":"2022-02-21T20:34:14.000Z","size":1948,"stargazers_count":43,"open_issues_count":6,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-19T10:52:39.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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":"CONTRIBUTING.adoc","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"aalmiray","github":"aalmiray"}},"created_at":"2016-03-05T19:16:25.000Z","updated_at":"2024-12-09T06:32:14.000Z","dependencies_parsed_at":"2022-09-17T16:00:35.367Z","dependency_job_id":null,"html_url":"https://github.com/kordamp/jsilhouette","commit_stats":null,"previous_names":["aalmiray/jsilhouette"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kordamp%2Fjsilhouette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kordamp%2Fjsilhouette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kordamp%2Fjsilhouette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kordamp%2Fjsilhouette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kordamp","download_url":"https://codeload.github.com/kordamp/jsilhouette/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251937945,"owners_count":21668082,"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:46.510Z","updated_at":"2025-05-01T22:30:47.535Z","avatar_url":"https://github.com/kordamp.png","language":"Java","funding_links":["https://patreon.com/aalmiray","https://github.com/sponsors/aalmiray"],"categories":["Libraries, Tools and Projects"],"sub_categories":[],"readme":"= JSilhouette\n:linkattrs:\n:project-owner:   kordamp\n:project-repo:    maven\n:project-name:    jsilhouette\n:project-group:   org.kordamp.jsilhouette\n:project-version: 0.4.0\n\nimage:https://img.shields.io/github/workflow/status/{project-owner}/{project-name}/EarlyAccess?logo=github[\"Build Status\", link=\"https://github.com/{project-owner}/{project-name}/actions\"]\nimage:https://img.shields.io/maven-central/v/{project-group}/{project-name}-javafx.svg[link=\"https://search.maven.org/#search|ga|1|{project-group}\"]\n\n---\n\nJSilhouette provides additional shapes for Java applications. Currently JavaFX is supported.\n\n== Installing\n\nYou can get the latest version of **JSilhouette** directly from Maven Central.\n\n[source,groovy]\n[subs=\"attributes\"]\n.gradle\n----\nrepositories {\n    mavenCentral()\n}\n\ndependencies {\n    compile '{project-group}:jsilhouette-javafx:{project-version}'\n}\n----\n\n[source,xml]\n[subs=\"attributes,verbatim\"]\n.maven\n----\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003e{project-group}\u003c/groupId\u003e\n        \u003cartifactId\u003ejsilhouette-javafx\u003c/artifactId\u003e\n        \u003cversion\u003e{project-version}\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n----\n\nRefer to the link:http://{project-owner}.github.io/jsilhouette/[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.9.1\n\nYou may use the included gradle wrapper script if you don't have `gradle` installed.\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.8.3`.\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\n=== License\n\nlink:LICENSE[LICENSE]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkordamp%2Fjsilhouette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkordamp%2Fjsilhouette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkordamp%2Fjsilhouette/lists"}