{"id":21646589,"url":"https://github.com/skn437/skn-java-message","last_synced_at":"2026-01-25T18:32:35.326Z","repository":{"id":227225697,"uuid":"770772576","full_name":"skn437/skn-java-message","owner":"skn437","description":"A Simple Message Library For Java","archived":false,"fork":false,"pushed_at":"2024-11-09T09:47:57.000Z","size":126,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T16:43:38.725Z","etag":null,"topics":["gradle","java","library","maven","message"],"latest_commit_sha":null,"homepage":"https://javadoc.io/doc/best.skn/skn-java-message/latest/index.html","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/skn437.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-12T06:10:34.000Z","updated_at":"2024-12-09T19:54:53.000Z","dependencies_parsed_at":"2024-03-30T21:23:24.655Z","dependency_job_id":"7c0a3d5b-bbb0-43fe-898e-5f30a4a5e182","html_url":"https://github.com/skn437/skn-java-message","commit_stats":null,"previous_names":["skn437/skn-java-message"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/skn437/skn-java-message","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skn437%2Fskn-java-message","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skn437%2Fskn-java-message/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skn437%2Fskn-java-message/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skn437%2Fskn-java-message/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skn437","download_url":"https://codeload.github.com/skn437/skn-java-message/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skn437%2Fskn-java-message/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28756442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"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":["gradle","java","library","maven","message"],"created_at":"2024-11-25T06:45:44.809Z","updated_at":"2026-01-25T18:32:35.308Z","avatar_url":"https://github.com/skn437.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SKN Java Message Library\n\n\u003cimg width=\"150px\" src=\"https://firebasestorage.googleapis.com/v0/b/skn-ultimate-project-la437.appspot.com/o/GitHub%20Library%2F03-Spring%20Boot-SJM.svg?alt=media\u0026token=1e181edb-1e33-4e19-b3b9-acbf700c094c\" alt=\"java\" /\u003e\n\n\u003e Java\n\n[![Maven Central](https://img.shields.io/maven-central/v/best.skn/skn-java-message)](https://central.sonatype.com/artifact/best.skn/skn-java-message) [![Javadoc](https://javadoc.io/badge2/best.skn/skn-java-message/1.3.0/javadoc.svg)](https://javadoc.io/doc/best.skn/skn-java-message/1.3.0) [![Apache License 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n\u0026nbsp;\n\n## **_JavaDocs:_**\n\n### Read the Javadoc for the main API: [Message API](https://javadoc.io/doc/best.skn/skn-java-message/latest/best/skn/utils/message/Message.html)\n\n\u0026nbsp;\n\n## **_Introduction:_**\n\n### This is a simple Java Library for notification message on console \u0026 server response\n\n### I made this library so that I can use it in all of my java projects without writing the same codes over and over again\n\n### The main API Class of this library is `Message` which holds 7 static methods to output notifications\n\n\u0026nbsp;\n\n## **_Details:_**\n\n### **`Message` Class:**\n\n- It doesn't need to be instantiated\n- It has 10 static methods\n- The notification modes are:\n  - Info message on console (It has new line character at the end)\n  - Info message as server response\n  - Info message as server mono response (Reactive)\n  - Success message on console (It has new line character at the end)\n  - Success message as server response\n  - Success message as server mono response (Reactive)\n  - Error message on console (It has new line character at the end)\n  - Error message as server response\n  - Error message as server mono response (Reactive)\n  - Instantiation Error message (Shows Java Unsupported Operation Exception)\n\n\u0026nbsp;\n\n## **_Use Case:_**\n\n- Java\n- Java Spring Boot\n\n\u0026nbsp;\n\n## **_Requirements:_**\n\n- 💀 Minimum Java Version: `21`\n\n\u0026nbsp;\n\n## **_Usage:_**\n\n### For `Maven`, inside `dependencies` tag of `pom.xml`, copy the following\n\n\u003e ```xml\n\u003e \u003cdependency\u003e\n\u003e  \u003cgroupId\u003ebest.skn\u003c/groupId\u003e\n\u003e  \u003cartifactId\u003eskn-java-message\u003c/artifactId\u003e\n\u003e  \u003cversion\u003e1.3.0\u003c/version\u003e\n\u003e \u003c/dependency\u003e\n\u003e ```\n\n### For `Gradle`, inside `dependencies` block of `build.gradle.kts`, copy the following\n\n\u003e ```kotlin\n\u003e implementation(\"best.skn:skn-java-message:1.3.0\")\n\u003e ```\n\n### Inside your Java Code, import the package like this\n\n\u003e ```java\n\u003e import best.skn.utils.message.Message;\n\u003e ```\n\n### Use the package like this for normal cases\n\n\u003e ```java\n\u003e public class Cat {\n\u003e   public Cat() {\n\u003e     System.out.print(Message.infoConsole(\"Cat Class Instantiated!\"));\n\u003e   }\n\u003e }\n\u003e ```\n\n### Use the package like this for `UnsupportedOperationException`\n\n\u003e ```java\n\u003e public class Person {\n\u003e   private Person() {\n\u003e     Message.throwInstantiationError();\n\u003e   }\n\u003e }\n\u003e ```\n\n\u0026nbsp;\n\n## **_Dedicated To:_**\n\n- 👩‍🎨`Prodipta Das Logno` \u0026 🧛‍♀️`Atoshi Sarker Prithula`: The two most special ladies of my life. My best wishes will always be with you two. May you two always be happy.\n- 💯`My Parents`: The greatest treasures of my life ever.\n\n\u0026nbsp;\n\n## **_License:_**\n\nCopyright (C) 2024 SKN Shukhan\n\nLicensed under the Apache License, Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskn437%2Fskn-java-message","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskn437%2Fskn-java-message","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskn437%2Fskn-java-message/lists"}