{"id":18785348,"url":"https://github.com/jdillon/grrrowl","last_synced_at":"2025-04-13T12:33:55.097Z","repository":{"id":695647,"uuid":"340312","full_name":"jdillon/grrrowl","owner":"jdillon","description":"Growl for Java","archived":false,"fork":false,"pushed_at":"2022-07-08T19:07:25.000Z","size":82,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-16T07:02:19.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdillon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-10-17T07:58:00.000Z","updated_at":"2024-04-16T07:02:19.706Z","dependencies_parsed_at":"2022-07-07T13:42:09.080Z","dependency_job_id":null,"html_url":"https://github.com/jdillon/grrrowl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdillon%2Fgrrrowl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdillon%2Fgrrrowl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdillon%2Fgrrrowl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdillon%2Fgrrrowl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdillon","download_url":"https://codeload.github.com/jdillon/grrrowl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223588814,"owners_count":17169884,"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-11-07T20:46:27.191Z","updated_at":"2024-11-07T20:46:27.683Z","avatar_url":"https://github.com/jdillon.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![DepShield Badge](https://depshield.sonatype.org/badges/jdillon/grrrowl/depshield.svg)](https://depshield.github.io)\n\nDescription\n-----------\n\nSupport for Growl Notifications.\n\nUses [HawtJNI](http://hawtjni.fusesource.org/) to generate a native library to access Growl.\n\nUpdated to support Growling from AppleScript if the native library is not installed, else defaulting\nto a version that simply swallows notifications (for platforms w/o Growl support).\n\nLicense\n-------\n\n[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)\n\nFeatures\n--------\n\n* Native Growl support using [HawtJNI](http://hawtjni.fusesource.org/)\n* AppleScript Growl when JNA is not present\n* Fallback to null implementation on unsupported platforms\n\nExample Usage\n-------------\n\n    import org.sonatype.grrrowl.Growler;\n    ...\n    Growler growler = new Growler(\"My Application\")\n        .add(\"Notification1\", \"Notification2\")\n        .enableAll()\n    ....\n    growler.growl(\"Notification1\", \"Title for Notification1\", \"Description for Notification1\");\n\nor using enums:\n\n    import org.sonatype.grrrowl.Growler;\n    \n    enum Notifications {\n        Notification1,\n        Notification2 \n    }\n    ...\n    Growler growler = new Growler(\"My Application\")\n        .add(Notifications.class)\n        .enableAll();\n    ....\n    growler.growl(Notifications.Notification1, \"Title for Notification1\", \"Description for Notification1\");\n\nBuilding\n--------\n\n### Requirements\n\n* [Maven](http://maven.apache.org) 2+\n* [Java](http://java.sun.com/) 5+\n* [Xcode](http://developer.apple.com/technology/xcode.html) 3.2+\n\nCheck-out and build:\n\n    git clone git://github.com/jdillon/grrrowl.git\n    cd grrrowl\n    mvn install\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdillon%2Fgrrrowl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdillon%2Fgrrrowl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdillon%2Fgrrrowl/lists"}