{"id":21646616,"url":"https://github.com/skn437/skn-kotlin-message","last_synced_at":"2026-05-04T10:38:56.574Z","repository":{"id":244032182,"uuid":"813758993","full_name":"skn437/skn-kotlin-message","owner":"skn437","description":"A Simple Message Library For Kotlin","archived":false,"fork":false,"pushed_at":"2024-08-23T07:57:32.000Z","size":81,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T01:38:46.561Z","etag":null,"topics":["gradle","kotlin","library","maven","message"],"latest_commit_sha":null,"homepage":"https://javadoc.io/doc/best.skn/skn-kotlin-message/latest/index.html","language":"Kotlin","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-06-11T17:26:33.000Z","updated_at":"2024-12-09T19:54:54.000Z","dependencies_parsed_at":"2024-06-12T15:43:51.663Z","dependency_job_id":"c20f0718-8e1c-4358-9097-f91ce22208b9","html_url":"https://github.com/skn437/skn-kotlin-message","commit_stats":null,"previous_names":["skn437/skn-kotlin-message"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/skn437/skn-kotlin-message","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skn437%2Fskn-kotlin-message","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skn437%2Fskn-kotlin-message/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skn437%2Fskn-kotlin-message/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skn437%2Fskn-kotlin-message/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skn437","download_url":"https://codeload.github.com/skn437/skn-kotlin-message/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skn437%2Fskn-kotlin-message/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32604574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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","kotlin","library","maven","message"],"created_at":"2024-11-25T06:45:55.211Z","updated_at":"2026-05-04T10:38:56.568Z","avatar_url":"https://github.com/skn437.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SKN Kotlin Message Library\n\n\u003cimg width=\"150px\" src=\"https://firebasestorage.googleapis.com/v0/b/skn-ultimate-project-la437.appspot.com/o/GitHub%20Library%2F11-Kotlin-SKM.svg?alt=media\u0026token=5e39668e-b018-412c-aae0-df543b7f95fb\" alt=\"kotlin\" /\u003e\n\n\u003e Kotlin\n\n[![Maven Central](https://img.shields.io/maven-central/v/best.skn/skn-kotlin-message)](https://central.sonatype.com/artifact/best.skn/skn-kotlin-message) [![Kdoc](https://javadoc.io/badge2/best.skn/skn-kotlin-message/1.0.0/javadoc.svg)](https://javadoc.io/doc/best.skn/skn-kotlin-message/1.0.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## **_KDocs:_**\n\n### Read the Kdoc: [utils.message](https://javadoc.io/doc/best.skn/skn-kotlin-message/latest/skn-kotlin-message/utils.message/index.html)\n\n\u0026nbsp;\n\n## **_Introduction:_**\n\n### This is a simple Kotlin 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/kotlin projects without writing the same codes over and over again\n\n### The main package of this library holds an object `Message` that has 6 methods for notification messages\n\n\u0026nbsp;\n\n## **_Details:_**\n\n### **`utils.message` package:**\n\n- It has 1 object called `Message`\n- `Message` object has 6 methods:\n  - Error message on console\n  - Error message as server response\n  - Success message on console\n  - Success message as server response\n  - Info message on console\n  - Info message as server response\n\n\u0026nbsp;\n\n## **_Use Case:_**\n\n- Java/Kotlin\n- Spring Boot\n\n\u0026nbsp;\n\n## **_Requirements:_**\n\n- 💀 Minimum JDK Version: `21`\n- 💀 Minimum Kotlin Version: `1.9.4`\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-kotlin-message\u003c/artifactId\u003e\n\u003e  \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003e \u003c/dependency\u003e\n\u003e ```\n\n### For `Gradle`, inside `dependencies` of `build.gradle.kts`, copy the following\n\n\u003e ```kotlin\n\u003e implementation(\"best.skn:skn-kotlin-message:1.0.0\")\n\u003e ```\n\n### Inside your Kotlin Code, import the package like this\n\n\u003e ```kotlin\n\u003e import best.skn.utils.message.Message\n\u003e ```\n\n### You can use this library like this\n\n\u003e ```kotlin\n\u003e println(Message.errorServer(\"Failed to send mail!\"))\n\u003e\n\u003e println(Message.successServer(\"Mail sent successfully!\"))\n\u003e\n\u003e println(Message.infoServer(\"The current process can be stopped as its only purpose was to initiate the service\"))\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-kotlin-message","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskn437%2Fskn-kotlin-message","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskn437%2Fskn-kotlin-message/lists"}