{"id":26667526,"url":"https://github.com/mryan2005/simplifiedjava","last_synced_at":"2026-04-16T12:02:06.766Z","repository":{"id":261889084,"uuid":"885639779","full_name":"Mryan2005/SimplifiedJava","owner":"Mryan2005","description":"This is a Java Package that can help you to write Java code more easily.","archived":false,"fork":false,"pushed_at":"2026-03-20T22:07:46.000Z","size":137,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-21T13:34:23.465Z","etag":null,"topics":["java"],"latest_commit_sha":null,"homepage":"","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/Mryan2005.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,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-09T02:17:50.000Z","updated_at":"2025-06-18T13:08:52.000Z","dependencies_parsed_at":"2024-12-03T01:22:54.859Z","dependency_job_id":"1406f4a6-30fd-4ecc-9048-4b67652edbb0","html_url":"https://github.com/Mryan2005/SimplifiedJava","commit_stats":null,"previous_names":["mryan2005/javakit","mryan2005/javaplusplus","mryan2005/simplifiedjava"],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/Mryan2005/SimplifiedJava","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mryan2005%2FSimplifiedJava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mryan2005%2FSimplifiedJava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mryan2005%2FSimplifiedJava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mryan2005%2FSimplifiedJava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mryan2005","download_url":"https://codeload.github.com/Mryan2005/SimplifiedJava/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mryan2005%2FSimplifiedJava/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31884929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["java"],"created_at":"2025-03-25T19:38:34.892Z","updated_at":"2026-04-16T12:02:06.725Z","avatar_url":"https://github.com/Mryan2005.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduce\n\nThis is a Java Package that can help you to write Java code more easily.\n\n# Used Package\n\n- fastjson\n- commons-codec\n- mssql-jdbc\n\n# install the package\n\n## Through GitHub Maven\n\n[GitHub Package](https://github.com/Mryan2005?tab=packages\u0026repo_name=SimplifiedJava)\n\nfirstly, you should add the following line to your `~/.m2/settings.xml` file:\n\n```xml\n    \u003cactiveProfiles\u003e\n            \u003cactiveProfile\u003egithub\u003c/activeProfile\u003e\n    \u003c/activeProfiles\u003e\n    \u003cprofiles\u003e\n        \u003cprofile\u003e\n            \u003cid\u003egithub\u003c/id\u003e\n            \u003crepositories\u003e\n                \u003crepository\u003e\n                    \u003cid\u003ecentral\u003c/id\u003e\n                    \u003curl\u003ehttps://repo1.maven.org/maven2\u003c/url\u003e\n                \u003c/repository\u003e\n                \u003crepository\u003e\n                    \u003cid\u003egithub\u003c/id\u003e\n                    \u003curl\u003ehttps://maven.pkg.github.com/Mryan2005/JavaPlusPlus\u003c/url\u003e\n                    \u003csnapshots\u003e\n                        \u003cenabled\u003etrue\u003c/enabled\u003e\n                    \u003c/snapshots\u003e\n                \u003c/repository\u003e\n            \u003c/repositories\u003e\n        \u003c/profile\u003e\n    \u003c/profiles\u003e\n    \n    \u003cservers\u003e\n        \u003cserver\u003e\n            \u003cid\u003egithub\u003c/id\u003e\n            \u003cusername\u003eMryan2005\u003c/username\u003e\n            \u003cpassword\u003e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\u003c/password\u003e\n        \u003c/server\u003e\n    \u003c/servers\u003e\n```\n\nAnd then you will see the following code in your `./m2/settings.xml` file\n\n```xml\n\u003csettings xmlns=\"http://maven.apache.org/SETTINGS/1.0.0\"\n          xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n          xsi:schemaLocation=\"http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd\"\u003e\n    // ...\n    \u003cactiveProfiles\u003e\n            \u003cactiveProfile\u003egithub\u003c/activeProfile\u003e\n    \u003c/activeProfiles\u003e\n    \u003cprofiles\u003e\n        \u003cprofile\u003e\n            \u003cid\u003egithub\u003c/id\u003e\n            \u003crepositories\u003e\n                \u003crepository\u003e\n                    \u003cid\u003ecentral\u003c/id\u003e\n                    \u003curl\u003ehttps://repo1.maven.org/maven2\u003c/url\u003e\n                \u003c/repository\u003e\n                \u003crepository\u003e\n                    \u003cid\u003egithub\u003c/id\u003e\n                    \u003curl\u003ehttps://maven.pkg.github.com/Mryan2005/JavaPlusPlus\u003c/url\u003e\n                    \u003csnapshots\u003e\n                        \u003cenabled\u003etrue\u003c/enabled\u003e\n                    \u003c/snapshots\u003e\n                \u003c/repository\u003e\n            \u003c/repositories\u003e\n        \u003c/profile\u003e\n    \u003c/profiles\u003e\n    \n    \u003cservers\u003e\n        \u003cserver\u003e\n            \u003cid\u003egithub\u003c/id\u003e\n            \u003cusername\u003eMryan2005\u003c/username\u003e\n            \u003cpassword\u003e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\u003c/password\u003e\n        \u003c/server\u003e\n    \u003c/servers\u003e\n    // ...\n\u003c/settings\u003e\n```\n\nThen you can add the following codes to your `pom.xml` file:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003etop.mryan2005.javaplusplus\u003c/groupId\u003e\n  \u003cartifactId\u003ejavaplusplus\u003c/artifactId\u003e\n  \u003cversion\u003e1.0-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Through Maven Central Repository\n\n### [central.sonatype.com](https://central.sonatype.com/artifact/top.mryan2005.maven/simplifiedjava)\n\nYou only need to add the following codes to your `pom.xml` file:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003etop.mryan2005.maven\u003c/groupId\u003e\n    \u003cartifactId\u003esimplifiedjava\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.7-beta\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### [repo.maven.apache.org](https://repo.maven.apache.org)\n\nYou can go to [there](https://repo.maven.apache.org/maven2/top/mryan2005/maven/simplifiedjava/) to download the jar package\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryan2005%2Fsimplifiedjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmryan2005%2Fsimplifiedjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryan2005%2Fsimplifiedjava/lists"}