{"id":36427278,"url":"https://github.com/webcerebrium/java-slack-notification","last_synced_at":"2026-01-11T18:02:19.743Z","repository":{"id":57729575,"uuid":"108437272","full_name":"webcerebrium/java-slack-notification","owner":"webcerebrium","description":"Simple library for sending notifications to Slack","archived":false,"fork":false,"pushed_at":"2018-01-09T16:17:57.000Z","size":8,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-16T09:21:53.988Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webcerebrium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-26T16:30:00.000Z","updated_at":"2024-04-16T09:21:53.989Z","dependencies_parsed_at":"2022-09-26T22:00:50.011Z","dependency_job_id":null,"html_url":"https://github.com/webcerebrium/java-slack-notification","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webcerebrium/java-slack-notification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcerebrium%2Fjava-slack-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcerebrium%2Fjava-slack-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcerebrium%2Fjava-slack-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcerebrium%2Fjava-slack-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcerebrium","download_url":"https://codeload.github.com/webcerebrium/java-slack-notification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcerebrium%2Fjava-slack-notification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28317037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-11T18:02:18.955Z","updated_at":"2026-01-11T18:02:19.737Z","avatar_url":"https://github.com/webcerebrium.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack Notification\n\nThis library can be used to send Notification to the slack channel using Incoming URL hooks like this\n```https://hooks.slack.com/services/T00000000/B0000000/HGBHWuJLDoJYtecT58hszOdt```\n\n## Getting Started\n\n#### with Maven\n\nAdd the following Maven dependency to your project's `pom.xml`:\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.webcerebrium\u003c/groupId\u003e\n  \u003cartifactId\u003eslack-notification\u003c/artifactId\u003e\n  \u003cversion\u003e0.1.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n#### with Gradle\n```\ncompile group: 'com.webcerebrium', name: 'slack-notification', version: '0.1.1'\n```\n\n#### with Grapes\n```\n@Grapes([ \n@Grab(group = 'com.webcerebrium', module = 'slack-notification', version = '0.1.1')\n])\n```\n\n### with latest source code\n\nAfter `git clone`, please run `gradle jar`, which will result in having jar under `build/distribution` folder.\ncompilation you will have jar in your folder, which could be included as your dependency like this:\n```\ndependencies {\n    compile files('libs/slack-notification-0.1.1.jar')\n}\n```\n\n## Example of Application\n```\nimport com.webcerebrium.slack.Notification;\n\nSlackMessage message = new SlackMessage();\nSlackMessageAttachment attach = new SlackMessageAttachment(\"Something saved\", \"Some body\", \"#c0FFF0\");\nattach.addMarkdown(ImmutableSet.of(\"title\", \"text\"));\nmessage.getAttachments().add(attach);\n(new Notification()).send(message);\n```\n\n# License\nMIT. Anyone can copy, change, derive further work from this repository without any restrictions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcerebrium%2Fjava-slack-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcerebrium%2Fjava-slack-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcerebrium%2Fjava-slack-notification/lists"}