{"id":23461337,"url":"https://github.com/hhromic/uimr-toolbox-java","last_synced_at":"2026-04-28T18:31:37.077Z","repository":{"id":36010435,"uuid":"40304288","full_name":"hhromic/uimr-toolbox-java","owner":"hhromic","description":"UIMR Java Toolbox: Handy Java utility classes for quick research development.","archived":false,"fork":false,"pushed_at":"2019-01-01T16:41:45.000Z","size":284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T06:44:38.881Z","etag":null,"topics":["activity-streams","concurrent","java","library","mysql","servlet","toolbox","twitter"],"latest_commit_sha":null,"homepage":null,"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/hhromic.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":"2015-08-06T12:44:57.000Z","updated_at":"2019-01-01T16:41:47.000Z","dependencies_parsed_at":"2022-09-09T07:01:29.268Z","dependency_job_id":null,"html_url":"https://github.com/hhromic/uimr-toolbox-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hhromic/uimr-toolbox-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhromic%2Fuimr-toolbox-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhromic%2Fuimr-toolbox-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhromic%2Fuimr-toolbox-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhromic%2Fuimr-toolbox-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hhromic","download_url":"https://codeload.github.com/hhromic/uimr-toolbox-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhromic%2Fuimr-toolbox-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32394249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["activity-streams","concurrent","java","library","mysql","servlet","toolbox","twitter"],"created_at":"2024-12-24T07:34:35.355Z","updated_at":"2026-04-28T18:31:37.062Z","avatar_url":"https://github.com/hhromic.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UIMR Java Toolbox\n\n## Installation\n\nFollow these steps to install the toolbox in Linux machines:\n\n    git clone --depth 1 https://github.com/hhromic/uimr-toolbox-java\n    cd uimr-toolbox-java\n    mvn clean install archetype:update-local-catalog\n\n## Documentation\n\nThe Java apidocs for each module of this toolbox can be found here:\n\n    http://hhromic.github.io/uimr-toolbox-java/\n\n## Skipping Tests\n\nBy default, the parent POM of this toolbox skips tests during installation/packaging.\n\nIf you want to enable your tests use `-Dmaven.test.skip=false`. For example:\n\n    mvn install -Dmaven.test.skip=false\n    mvn package -Dmaven.test.skip=false\n\nSee: \u003chttp://maven.apache.org/surefire/maven-surefire-plugin/examples/skipping-tests.html\u003e\n\n## Archetype\n\nThis toolbox includes a Maven archetype to get you started quickly.\n\nTo create a new project using the included archetype:\n\n    mvn archetype:generate \\\n        -DarchetypeGroupId=io.github.hhromic.uimr \\\n        -DarchetypeArtifactId=archetype\n\nThen, follow the interactive instructions to create your project based on the archetype.\n\nAfterwards, you can compile the example \"Hello World\" project from the archetype:\n\n    cd \u003cYOUR_ARTIFACT_ID\u003e\n    mvn clean package\n    java -jar target/\u003cYOUR_ARTIFACT_ID\u003e-\u003cYOUR_ARTIFACT_VERSION\u003e-shaded.jar\n\nSee: \u003chttps://maven.apache.org/guides/introduction/introduction-to-archetypes.html\u003e\n\n## License\n\nThis software is under the **Apache License 2.0**.\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhromic%2Fuimr-toolbox-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhhromic%2Fuimr-toolbox-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhromic%2Fuimr-toolbox-java/lists"}