{"id":15487641,"url":"https://github.com/myconsciousness/converter-commons","last_synced_at":"2025-03-28T16:15:40.073Z","repository":{"id":118166249,"uuid":"296205354","full_name":"myConsciousness/converter-commons","owner":"myConsciousness","description":"It is a package that manages the generic standards and processes that perform the conversion process.","archived":false,"fork":false,"pushed_at":"2020-09-17T05:17:53.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-19T07:53:47.247Z","etag":null,"topics":["converter","interface","java","library"],"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/myConsciousness.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":"2020-09-17T03:07:43.000Z","updated_at":"2021-12-22T00:12:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a7fc53c-ba35-466a-a6e3-a51a858cacb1","html_url":"https://github.com/myConsciousness/converter-commons","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fconverter-commons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fconverter-commons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fconverter-commons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fconverter-commons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myConsciousness","download_url":"https://codeload.github.com/myConsciousness/converter-commons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246059336,"owners_count":20717085,"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":["converter","interface","java","library"],"created_at":"2024-10-02T06:41:13.754Z","updated_at":"2025-03-28T16:15:39.862Z","avatar_url":"https://github.com/myConsciousness.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Converter Commons\n\n## What is it?\n\nIt is a package that manages the generic standards and processes that perform the conversion process.\n\nThis package was created for use in my personal side project, but it is necessary to import this package if you want to use a package created using the standards in this package.\n\n## How To Use\n\n\u003e **_Note:_**\u003cbr\u003e\n\u003e Replace version you want to use. Check the latest [Packages](https://github.com/myConsciousness/converter-commons/packages).\u003cbr\u003e\n\u003e Please contact me for a token to download the package.\n\n**_Maven_**\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.thinkit.converter.common\u003c/groupId\u003e\n  \u003cartifactId\u003econverter-commons\u003c/artifactId\u003e\n  \u003cversion\u003ev1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003cservers\u003e\n  \u003cserver\u003e\n    \u003cid\u003egithub\u003c/id\u003e\n    \u003cusername\u003emyConsciousness\u003c/username\u003e\n    \u003cpassword\u003exxxxxxxxxxxxxxxxxx\u003c/password\u003e\n  \u003c/server\u003e\n\u003c/servers\u003e\n```\n\n**_Gradle_**\n\n```gradle\nrepositories {\n    maven {\n        name = \"GitHubPackages\"\n        url = uri(\"https://maven.pkg.github.com/myConsciousness/converter-commons\")\n        credentials {\n          username = \"myConsciousness\"\n          password = \"xxxxxxxxxxxxxxxxxx\"\n        }\n    }\n}\n\ndependencies {\n    implementation 'org.thinkit.converter.common:converter-commons:v1.0.0'\n}\n```\n\n## License\n\n```\nCopyright 2020 Kato Shinya.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except\nin compliance with the License. You may obtain a copy of the License at\n\n     http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License\nis distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\nor implied. See the License for the specific language governing permissions and limitations under\nthe License.\n```\n\n## More Information\n\n`Converter Commons` was designed and implemented by Kato Shinya, who works as a freelance developer from Japan.\n\nRegardless of the means or content of communication, I would love to hear from you if you have any questions or concerns. I do not check my email box very often so a response may be delayed, anyway thank you for your interest!\n\n- [Creator Profile](https://github.com/myConsciousness)\n- [License](https://github.com/myConsciousness/converter-commons/blob/master/LICENSE)\n- [Release Note](https://github.com/myConsciousness/converter-commons/releases)\n- [Package](https://github.com/myConsciousness/converter-commons/packages)\n- [File a Bug](https://github.com/myConsciousness/converter-commons/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyconsciousness%2Fconverter-commons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyconsciousness%2Fconverter-commons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyconsciousness%2Fconverter-commons/lists"}